diff mbox series

CI: define DEFAULT_TAG

Message ID 20221215151927.6340-1-jon.mason@arm.com
State New
Headers show
Series CI: define DEFAULT_TAG | expand

Commit Message

Jon Mason Dec. 15, 2022, 3:19 p.m. UTC
DEFAULT_TAG is being used to help with internal Gitlab pipeline setups
know which type of machines to run on, but has not value outside of Arm
Corp.  Gitlab CI allows for variables to be overridden by default.  So,
we can give it a default value of NULL/empty and have everything work
internally and externally by default.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ee42315..80d2707e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@  stages:
     TOOLCHAIN_DIR: $CI_BUILDS_DIR/persist/toolchains
     IMAGE_DIR: $CI_PROJECT_DIR/work/build/tmp/deploy/images
     TOOLCHAIN_LINK_DIR: $CI_PROJECT_DIR/work/build/toolchains
+    DEFAULT_TAG: ""
   before_script:
     - echo KAS_WORK_DIR = $KAS_WORK_DIR
     - echo SSTATE_DIR = $SSTATE_DIR