Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
fb776239
Commit
fb776239
authored
Dec 26, 2020
by
Nane Kratzke
Browse files
build container fix
parent
d58d65cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fb776239
...
@@ -16,7 +16,7 @@ container:
...
@@ -16,7 +16,7 @@ container:
script
:
script
:
-
mkdir -p /kaniko/.docker
-
mkdir -p /kaniko/.docker
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-
cd
src
-
cd
hiphop
-
/kaniko/executor --context . --destination $CI_REGISTRY_IMAGE/hiphop:latest
-
/kaniko/executor --context . --destination $CI_REGISTRY_IMAGE/hiphop:latest
secrets
:
secrets
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment