Skip to content
代码片段 群组 项目
未验证 提交 83bcbc38 编辑于 作者: 咸鱼暄's avatar 咸鱼暄 提交者: GitLab
浏览文件

docs: fix an example in docs/ci/variables/index.md

上级 c3342dac
No related branches found
No related tags found
无相关合并请求
......@@ -569,16 +569,16 @@ test-job4:
script:
- echo "$BUILD_VERSION" # Output is: 'v1.0.0'
needs:
job: build-job1
artifacts: true
- job: build-job1
artifacts: true
test-job5:
stage: deploy
script:
- echo "$BUILD_VERSION" # Output is ''
needs:
job: build-job1
artifacts: false
- job: build-job1
artifacts: false
test-job6:
stage: deploy
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册