Skip to main content
Sign in
Snippets Groups Projects
Commit c2da8c1d authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

debug

parent d6f4e9f1
No related branches found
No related tags found
1 merge request!21New: Containerization (coscine/issues#2906)
...@@ -36,7 +36,7 @@ container: ...@@ -36,7 +36,7 @@ container:
- echo $IMAGE_ADDITIONAL_LATEST_TAG - echo $IMAGE_ADDITIONAL_LATEST_TAG
- 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
- /kaniko/executor --context $CI_PROJECT_DIR/src/GraphDeployer --dockerfile $CI_PROJECT_DIR/src/GraphDeployer/Dockerfile --destination registry.git.rwth-aachen.de/coscine/backend/scripts/graphdeployer:Issue/2906-containerCron #--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA $IMAGE_ADDITIONAL_TAG_TAG $IMAGE_ADDITIONAL_BRANCH_TAG $IMAGE_ADDITIONAL_LATEST_TAG - /kaniko/executor --context $CI_PROJECT_DIR/src/GraphDeployer --dockerfile $CI_PROJECT_DIR/src/GraphDeployer/Dockerfile --destination registry.git.rwth-aachen.de/coscine/backend/scripts/graphdeployer:test #registry.git.rwth-aachen.de/coscine/backend/scripts/graphdeployer:Issue/2906-containerCron #--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA $IMAGE_ADDITIONAL_TAG_TAG $IMAGE_ADDITIONAL_BRANCH_TAG $IMAGE_ADDITIONAL_LATEST_TAG
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables: variables:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment