From d8302f385b90c6525fde6a740a1ad3289a2e25f8 Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Tue, 13 Aug 2019 15:05:21 +0200
Subject: [PATCH] Comment deploy job

---
 .gitlab-ci.yml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43be763080..c170ce56de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,14 +320,16 @@ deploy:
     - windows-8-build
     - windows-10-build
 
-deploy-prod:
-  tags:
-    - deploy
-  image: $BUILD_IMAGE_REGISTRY/otb-alpine:3.7
-  stage: deploy
-  when: manual
-  script:
-    - ./CI/deploy-prod.sh
+# deploy-prod:
+#   tags:
+#     - deploy
+#   only:
+#     - tag
+#   image: $BUILD_IMAGE_REGISTRY/otb-alpine:3.7
+#   stage: deploy
+#   when: manual
+#   script:
+#     - ./CI/deploy-prod.sh
     
 release-container:
   image: $BUILD_IMAGE_REGISTRY/otb-alpine:3.7
-- 
GitLab