Skip to content

Commit

Permalink
upgrade tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Aug 25, 2022
1 parent ef79ffd commit 5190c30
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def nothing_to_do_pipeline() -> str:
tags:
stage: info
tags:
- DOCKER_Xmodern
- DOCKER
- XSERVER
- GPU
- LINUX
script:
- echo "Nothing required updates. No builds scheduled."
"""
Expand All @@ -70,7 +73,10 @@ def parent_job_template() -> str:
.basic:
image: $CI_SERVICE_INTEGRATION_LIBRARY
tags:
- DOCKER_Xmodern
- DOCKER
- XSERVER
- GPU
- LINUX
"""
)

Expand Down

0 comments on commit 5190c30

Please sign in to comment.