Fix capitalization
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
9f79072520
commit
decd227fd9
@ -85,10 +85,10 @@ test_image_dg1:
|
|||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"'
|
- if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"'
|
||||||
when: never
|
when: never
|
||||||
- if: '$PLATFORM == "DG1"'
|
- if: '$PLATFORM == "dg1"'
|
||||||
tags:
|
tags:
|
||||||
- graphics
|
- graphics
|
||||||
- DG1
|
- dg1
|
||||||
|
|
||||||
test_image_dg2:
|
test_image_dg2:
|
||||||
stage: "test"
|
stage: "test"
|
||||||
@ -97,10 +97,10 @@ test_image_dg2:
|
|||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"'
|
- if: '$CI_PIPELINE_SOURCE != "trigger" && $CI_PIPELINE_SOURCE != "pipeline"'
|
||||||
when: never
|
when: never
|
||||||
- if: '$PLATFORM == "DG2"'
|
- if: '$PLATFORM == "dg2"'
|
||||||
tags:
|
tags:
|
||||||
- graphics
|
- graphics
|
||||||
- DG2
|
- dg2
|
||||||
|
|
||||||
publish_image:
|
publish_image:
|
||||||
stage: "publish"
|
stage: "publish"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user