Commit 3c1135c3 authored by Jan Kiene's avatar Jan Kiene
Browse files

bash comment to yaml comment

parent c6fef34d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2540,7 +2540,7 @@ backup-long-term-job-logs:
  -   echo $job_id
  -   curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip
  -   unzip -qq -j artifacts_ref.zip "*latest_WMOPS.csv" || true
  -   # add file to arguments only if the artifact could be retrieved to prevent error later.
  # add file to arguments only if the artifact could be retrieved to prevent error later.
  -   if [ -f latest_WMOPS.csv ]; then GET_WMOPS_ARGS="$GET_WMOPS_ARGS latest_WMOPS.csv"; fi
  - fi