Commit c9de6786 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

fix: disable a warning

parent a9be02e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@ stages:
    for file in $PACKAGES_FILES_PATTERN
    do
      log_info "Publishing \\e[33;1m${file}\\e[0m"
      # shellcheck disable=SC2016 as the single quotes are inside double quotes, so evaluation occurs, only once.
      curl -sSf --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "$file" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${CI_COMMIT_TAG}/$(basename '$file')"
    done
  }