Updated .gitlab-ci.yml
This commit is contained in:
parent
a64161e648
commit
43f5e32c87
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ image: php:8.2
|
|||
stages:
|
||||
- setup
|
||||
- build
|
||||
- build-docker
|
||||
- publish
|
||||
- publish-docker
|
||||
|
||||
before_script:
|
||||
- apt update -yqq
|
||||
|
|
Loading…
Add table
Reference in a new issue