Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -791,6 +791,10 @@ nightly_promote_images_job: - | if [ "${RUN_NIGHTLY:-false}" != "true" ]; then echo "No image differences. Bypassing $CI_JOB_NAME." # Prevent missing-artifact warning touch successful_nightly_images.txt exit 0 fi Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -791,6 +791,10 @@ nightly_promote_images_job: - | if [ "${RUN_NIGHTLY:-false}" != "true" ]; then echo "No image differences. Bypassing $CI_JOB_NAME." # Prevent missing-artifact warning touch successful_nightly_images.txt exit 0 fi Loading