Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ build-job: test-job: rules: - if: $CI_PIPELINE_SOURCE == "push" when: manual stage: test script: - echo "test 1" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ build-job: test-job: rules: - if: $CI_PIPELINE_SOURCE == "push" when: manual stage: test script: - echo "test 1" Loading