1
0

Fix capitalization

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2021-01-14 14:06:09 -08:00
parent 9f79072520
commit decd227fd9

View File

@ -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"