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