Difference between revisions of "GitLab pipelines: script:"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
     - [[uname -a]]
 
     - [[uname -a]]
 
     - other_command2_to_execute
 
     - other_command2_to_execute
 +
 +
job3:
 +
  script:
 +
    - [[export]]
  
  

Revision as of 11:44, 8 December 2022

https://docs.gitlab.com/ee/ci/yaml/#script


job1:
  script: "command1_to_execute"

job2:
  script:
    - uname -a
    - other_command2_to_execute
job3:
  script:
    - export


See also

Advertising: