Skip to content
Snippets Groups Projects
Commit 30c7db38 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Update .gitlab-ci.yml

parent cb81bbaa
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
- manifest - manifest
- deploy - deploy
before_script: before_script:
- "[ -d ~/.docker] || mkdir ~/.docker" - "[ -d ~/.docker ] || mkdir ~/.docker"
- "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json" - "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
ppc64le: ppc64le:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment