From decd227fd957134c6b2d1f8171298cf66405bf9c Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 14 Jan 2021 14:06:09 -0800 Subject: [PATCH] Fix capitalization Signed-off-by: James Ketrenos --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0349d0d..f17a279 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,10 +85,10 @@ test_image_dg1: rules: - if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"' when: never - - if: '$PLATFORM == "DG1"' + - if: '$PLATFORM == "dg1"' tags: - graphics - - DG1 + - dg1 test_image_dg2: stage: "test" @@ -97,10 +97,10 @@ test_image_dg2: rules: - if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"' when: never - - if: '$PLATFORM == "DG2"' + - if: '$PLATFORM == "dg2"' tags: - graphics - - DG2 + - dg2 publish_image: stage: "publish"