Skip to content
Snippets Groups Projects

Merging final pip in main

Closed Isabelle Josephine Karal requested to merge s91190/app-service:stable into main
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
+ 9
2
my-job:
my-job-r2:
tags:
- gitlab-runner02
script:
- echo 'runner02'
- env
my-job-r1:
tags:
- gitlab-runner01
script:
- echo 'hello'
- echo 'runner01'
- env
Loading