Difference between revisions of "GitLab rules:"

From wikieduonline
Jump to navigation Jump to search
(Created page with " myjob: rules: - if: $CI_MERGE_REQUEST_ID when: always - when: never script: - echo "Test" * {{GitLab CI}}")
 
Line 1: Line 1:
 +
{{lc}}
 
  myjob:
 
  myjob:
 
     rules:
 
     rules:

Revision as of 09:04, 26 August 2022

myjob:
   rules:
       - if: $CI_MERGE_REQUEST_ID
         when: always
       - when: never
   script:
       - echo "Test"


Advertising: