Skip to content
Snippets Groups Projects

gitlab-ci: Tag lightweight jobs to reduce their latency

Merged Emanuele Aina requested to merge wip/em/lightweight-tags into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -3,6 +3,8 @@
pages:
image: registry.gitlab.apertis.org/infrastructure/apertis-docker-images/v2021dev3-testcases-builder
stage: deploy
tags:
- lightweight
script:
- mkdir public
- BRANCHES="v2019 v2020 v2021dev3"
Loading