Commit ed4fc78a authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Merge changes from develop

parents d8414a3e c50200ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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