GitLab rules:

From wikieduonline
Revision as of 09:04, 26 August 2022 by Ant (talk | contribs) (Created page with " myjob: rules: - if: $CI_MERGE_REQUEST_ID when: always - when: never script: - echo "Test" * {{GitLab CI}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
myjob:
   rules:
       - if: $CI_MERGE_REQUEST_ID
         when: always
       - when: never
   script:
       - echo "Test"


Advertising: