Skip to content
Snippets Groups Projects
Commit 9325823d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: clean internal tag 97 (jug_dbg)

parent 9a3ce539
No related branches found
No related tags found
1 merge request!865fix: clean internal tag 97 (jug_dbg)
Pipeline #88228 passed
Pipeline: detector_benchmarks

#88241

    Pipeline: detector_benchmarks

    #88236

      ......@@ -627,7 +627,7 @@ clean_internal_tag:
      when: always
      script:
      - |
      for id in 66 68 69 80 83 91 92 ; do
      for id in 66 68 69 80 83 91 92 97 ; do
      for tag in ${INTERNAL_TAG} ${INTERNAL_TAG}-default ${INTERNAL_TAG}-nightly ; do
      curl --request DELETE --header "PRIVATE-TOKEN: ${REG_CLEANUP_TOKEN}" ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/registry/repositories/${id}/tags/${tag} ;
      done ;
      ......
      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