From 573ee3e2ec8301d36a36bd3b6ed2d6d1a1e1997b Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Fri, 21 May 2021 17:20:11 +0000 Subject: [PATCH] Update ci_templates/.cic-template.yml --- ci_templates/.cic-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_templates/.cic-template.yml b/ci_templates/.cic-template.yml index 45692f2b..42a13ad8 100644 --- a/ci_templates/.cic-template.yml +++ b/ci_templates/.cic-template.yml @@ -28,7 +28,7 @@ variables: expire_in: 1 day when: on_success script: - - /kaniko/executor --context $CONTEXT --dockerfile $DOCKERFILE_PATH $KANIKO_CACHE_ARGS --cache-repo $CI_REGISTRY_IMAGE --target test --tarPath $APP_NAME-test-image.tar" --no-push --destination $CI_REGISTRY_IMAGE/$APP_NAME:latest + - /kaniko/executor --context $CONTEXT --dockerfile $DOCKERFILE_PATH $KANIKO_CACHE_ARGS --cache-repo $CI_REGISTRY_IMAGE --target test --tarPath $APP_NAME-test-image.tar --no-push --destination $CI_REGISTRY_IMAGE/$APP_NAME:latest rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" when: always