Skip to content

Instantly share code, notes, and snippets.

@borntyping
Forked from SamStudio8/.gitlab-ci.nojob.yaml
Last active June 21, 2022 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borntyping/05971e479fa2b4d71bd9c21e199ca795 to your computer and use it in GitHub Desktop.
Save borntyping/05971e479fa2b4d71bd9c21e199ca795 to your computer and use it in GitHub Desktop.
job with variable profiles
my-job:
parallel:
matrix:
- OWLS: 1
CATS: 0
- OWLS: 0
CATS: 1
script:
- echo OWLS=$OWLS
- echo CATS=$CATS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment