Loading ci_cd/.gitlab-ci.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line stages: - noop do_nothing: stage: noop script: - echo "This job does nothing" tags: [shell] No newline at end of file Loading
ci_cd/.gitlab-ci.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line stages: - noop do_nothing: stage: noop script: - echo "This job does nothing" tags: [shell] No newline at end of file