From f4deb9c79e45392785186dc4e87cb58e9941b52f Mon Sep 17 00:00:00 2001 From: Shaka Date: Thu, 9 Aug 2018 11:27:04 +0200 Subject: [PATCH] =?UTF-8?q?Je=20suis=20un=20tocard=20qui=20g=C3=A8re=20mal?= =?UTF-8?q?=20ses=20d=C3=A9pendances?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 062c1ed..2b74c9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build_image_test: except: - master after_script: - - "echo test: CI_REGISTRY_IMAGE" + - "echo test: $CI_REGISTRY_IMAGE" build_image_prod: <<: *build_image @@ -36,5 +36,5 @@ deploy: stage: deploy script: - "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\"" - dependencies: - - build_image_prod + only: + - master