This commit is contained in:
ls
2024-10-11 23:54:31 +08:00
parent 91daf9a981
commit b57a65e0d3
2 changed files with 11 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
stages: # List of stages for jobs, and their order of execution
# - build
- build
- deploy
build-job: # This job runs in the build stage, which runs first.