From 4028507f9c89476ac699d5d149471b9dbcc1fbb6 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Sun, 20 Jan 2019 10:43:17 +0100
Subject: [PATCH] only deploy on master

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a0a40c5..02769824 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ pages:
   stage: deploy
   only:
     - master
-    - develop
   script:
     - npm install --global npm@latest
     - npm install --global yo
-- 
GitLab