Skip to content
Snippets Groups Projects
Commit a05af6ac authored by Steffen Köhler's avatar Steffen Köhler
Browse files

Datei .gitlab-ci.yml aktualisieren

parent 281fbec6
1 merge request!5Recent okapi
Pipeline #23653 failed with stages
in 13 seconds
......@@ -25,6 +25,9 @@ docker_build:
name: gcr.io/kaniko-project/executor:v1.9.2-debug
entrypoint: [""]
before_script:
- ls -lisa /etc
- ls -lisa /usr/local/share/
- ls -lisa /etc/ssl
- export dockerconfig=${DOCKER_ALPHA_AUTH_CONFIG}
- echo -ne "Setting docker auth config ..."
- mkdir -p ${HOME}/.docker && echo "${dockerconfig}" >${HOME}/.docker/config.json
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment