Skip to content
Snippets Groups Projects
Commit c7f5e60c authored by Thomas Hanser's avatar Thomas Hanser
Browse files

fix dnf install

parent 2fe0a312
No related branches found
No related tags found
No related merge requests found
Pipeline #901116298 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# use correct scope here # use correct scope here
SCOPE="repository:${FQ_IMAGE_NAME}:delete" SCOPE="repository:${FQ_IMAGE_NAME}:delete"
dnf install jq dnf install jq -y
TOKEN=`curl --request GET --user "${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}" "${CI_SERVER_URL}/jwt/auth?service=container_registry&scope=${SCOPE}" | jq -r .token` TOKEN=`curl --request GET --user "${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD}" "${CI_SERVER_URL}/jwt/auth?service=container_registry&scope=${SCOPE}" | jq -r .token`
curl --request DELETE \ curl --request DELETE \
......
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