This commit is contained in:
ls
2024-10-12 00:02:13 +08:00
parent b57a65e0d3
commit f777b61c05

View File

@@ -17,11 +17,10 @@
# 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
- deploy
build-job: # This job runs in the build stage, which runs first.
stage: build
stage: deploy
script:
- echo "Compiling the code..."
- echo "I'm..." $(whoami)