From 098c2e456e3fc1a16832c0a1219830efdf6fd60d Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Feb 2019 13:29:20 +1100
Subject: [PATCH] update the procedure to deploy dev

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21cdb82..9291e86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ test:
   except:
     - testing@hpc-team/strudelv2_spa
     - dev@hpc-team/strudelv2_spa
+    - master@hpc-team/strudelv2_spa
   script:
     - apt update
     - apt install -y curl gnupg
@@ -31,11 +32,6 @@ deploy_dev:
     - deploy_dev
   script:
     - echo "deploying dev"
-    - apt update
-    - apt install -y curl gnupg
-    - curl -sL https://deb.nodesource.com/setup_8.x | bash -
-    - apt update
-    - apt install -y nodejs
     - rm ./package-lock.json
     - npm install 
     - ./node_modules/@angular/cli/bin/ng build  --prod --base-href=/sv2/
-- 
GitLab