Skip to content
Snippets Groups Projects
Commit 0d696fec authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

.

parent 45aa5ffc
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ build:
\"${AWS_ECR_REGISTRY}\" : {
\"auth\" : \"$(printf "%s:%s" "AWS" "${AWS_ECR_TOKEN}" | base64 | tr -d '\n')\"
},
\"$CI_DEPENDENCY_PROXY_SERVER\":{
\"${CI_DEPENDENCY_PROXY_SERVER}\":{
\"auth\":\"$(printf "%s:%s" ${CI_DEPENDENCY_PROXY_USER} "${CI_DEPENDENCY_PROXY_PASSWORD}" | base64 | tr -d '\n')\"
}
}
......
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