GitLab pipelines: script:

From wikieduonline
Revision as of 11:44, 8 December 2022 by Ant (talk | contribs)
Jump to navigation Jump to search

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: