Commit 2a8c4aea by 王岩

feat: 测试.gitlab-ci.yml

parent 61a76cb4
Pipeline #1 failed in 0 seconds
yaml
build_job:
stage: build
script:
- echo "Building..."
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
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