Skip to content
Snippets Groups Projects
Verified Commit ea336e90 authored by David Mehren's avatar David Mehren
Browse files

Fix path to environment file

parent 0cfffbf8
Branches
Tags v16.54.3
No related merge requests found
......@@ -5,7 +5,7 @@ image:
before_script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- source environment
- source $CI_PROJECT_DIR/environment
build-main:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment