GitLab pipelines: script:
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[edit]
Advertising: