Commit 07078865 by 王岩

提交

parent 5efa7957
Pipeline #3 canceled with stage
in 0 seconds
yaml
build_job:
stage: build
script:
- echo "Building...sss"
tags:
- test
test_job:
stage: test
script:
- echo "Testing..."
tags:
- test
deploy_job:
stage: deploy
script:
- echo "Deploying..."
tags:
- production
\ No newline at end of file
- test
\ No newline at end of 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