Skip to content

Commit

Permalink
add vars that get passed to GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 30, 2025
1 parent b18e368 commit e6be087
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
stages:
- mirror
- test

variables:
DOCKER_REGISTRY: "docker.io"
Expand Down Expand Up @@ -44,4 +45,11 @@ mirror:
'
only:
- schedules


job:
stage: test
script:
- echo "Label One: $LABEL_ONE"
- echo "Label Two: $LABEL_TWO"
- echo "Label Three: $LABEL_THREE"
# Add your script logic here to handle the labels

0 comments on commit e6be087

Please sign in to comment.