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

Merge branch '119-devops-concurrent-ci' into 'master'

119 devops concurrent ci

See merge request !42
parents 72186e26 cc45e61e
No related branches found
No related tags found
1 merge request!42119 devops concurrent ci
......@@ -7,11 +7,17 @@ stages:
- manifest
- deploy
variables:
DOCKER_CONFIG: ~/.docker/$CI_JOB_ID
before_script:
- "[ -d ~/.docker ] || mkdir ~/.docker"
- "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json"
- "[ -d $DOCKER_CONFIG ] || mkdir -p $DOCKER_CONFIG"
- "echo '{ \"experimental\": \"enabled\" }' > $DOCKER_CONFIG/config.json"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
after_script:
- "rm -vRf $DOCKER_CONFIG"
ppc64le:
variables:
IMAGE: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_REF_NAME
......
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