Skip to content
Snippets Groups Projects
Verified Commit 080f8822 authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

add missing ci template

parent dfee8ef1
No related branches found
No related tags found
No related merge requests found
Pipeline #302200 passed
...@@ -36,6 +36,9 @@ variables: ...@@ -36,6 +36,9 @@ variables:
- mkdir -p /kaniko/.docker - mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
.crane-setup_template: &crane-setup
- crane auth login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
stages: stages:
- build_version - build_version
- deploy_java - deploy_java
......
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