Skip to content

Commit

Permalink
ci: Expose MENDER_TAG to Gitlab variables
Browse files Browse the repository at this point in the history
Signed-off-by: Alf-Rune Siqveland <[email protected]>
  • Loading branch information
alfrunes committed Oct 2, 2024
1 parent cf1f56b commit 1d41dd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci-full-integration.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
variables:
MENDER_TAG:
description: "Docker tag for running integration tests"
value: main

test:integration:
rules:
- if: $RUN_TESTS_FULL_INTEGRATION == "true"
Expand Down

0 comments on commit 1d41dd9

Please sign in to comment.