.... depends on ... underf need ...
Как исправить ?
stages:
- test
- deploy
Test_job1:
stage: test
script:
- echo "Start test 1"
when: manual
Test_job2:
stage: test
script:
- echo "Start test 2"
when: manual
Deploy_job:
stage: deploy
script:
- echo "Start deploying the job"
needs: [Test_job1]
Используй бектики
Обсуждают сегодня