Commit 66e8cb09 by 张思远

cicd yml gitpull change

parent bca52141
Pipeline #164 failed with stage
in 17 seconds
build-job:
stage: build
script:
- echo "Hello, 1"
- git pull
tags:
- test
test-job1:
stage: test
script:
- echo "This job tests something"
tags:
- test
# test-job1:
# stage: test
# script:
# - echo "This job tests something"
# tags:
# - test
test-job2:
stage: test
script:
- echo "This job tests something, but takes more time than test-job1."
- echo "After the echo commands complete, it runs the sleep command for 20 seconds"
- echo "which simulates a test that runs 20 seconds longer than test-job1"
- sleep 20
tags:
- test
# test-job2:
# stage: test
# script:
# - echo "This job tests something, but takes more time than test-job1."
# - echo "After the echo commands complete, it runs the sleep command for 20 seconds"
# - echo "which simulates a test that runs 20 seconds longer than test-job1"
# - sleep 20
# tags:
# - test
deploy-prod:
stage: deploy
script:
- echo "This job deploys something from the 1"
environment: production
tags:
- test
# deploy-prod:
# stage: deploy
# script:
# - echo "This job deploys something from the 1"
# environment: production
# tags:
# - test
webhook-test-zsy @ bca52141
Subproject commit bca52141537269288704f311648363d39b2755a7
[init]
defaultBranch = none
[fetch]
recurseSubmodules = false
[transfer]
bundleURI = true
[http "http://gitlab.mnks.cn"]
sslCAInfo = D:\\codeTools\\phpstudy_pro\\WWW\\webhook-test-zsy\\builds\\16d5d572\\0\\cyamz\\webhook-test-zsy.tmp\\CI_SERVER_TLS_CA_FILE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment