Skip to content
Snippets Groups Projects
Commit 68ec0bc0cac8 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Do not skip EE RPi build on TRIGGER_CACHE_UPDATE_PIPELINE


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 13fa3b1894b4
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
# package edition (CE/EE). For child pipelines from
# TRIGGERED_(CE|EE)_PIPELINE, we don't want exit early, but try to build
# everything.
- if [[ "${CI_PIPELINE_SOURCE}" != "parent_pipeline" ]]; then
- if [[ "${CI_PIPELINE_SOURCE}" != "parent_pipeline" ]] && [[ "${CI_PIPELINE_SOURCE}" != "pipeline" ]]; then
export CE_ONLY=(Raspberry);
export EE_ONLY=(SLES RAT);
for job in "${CE_ONLY[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment