From e3acc713c8bd03e1ace4844969d3f7b322257130 Mon Sep 17 00:00:00 2001 From: Abbas Jafari <abbas.jafari@ntnu.no> Date: Tue, 26 Oct 2021 23:06:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd37e6e..971e4e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ stages: # - test - build - deploy - - run cache: paths: @@ -60,20 +59,3 @@ pages: paths: - public - - -run_server: - only: - - master - stage: run - dependencies: - - build-client-pages - script: - - mv server public/server - - cd public/server - - ls - - npm install - - npm start - artifacts: - paths: - - public/server -- GitLab