From 7ecb6956d9197eef9397cb19557b3df90e4ea058 Mon Sep 17 00:00:00 2001 From: Jak Giveon <jak@eosos.io> Date: Sun, 2 Jun 2019 11:45:57 +0300 Subject: [PATCH] Updates to CI/CD --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f8ab9b..ecf1192 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ Deploy Release: before_script: - set -e script: - - npm install - source <(curl -s --user gitlab-ci-token:"$CI_JOB_ID" "https://gls.jak.guru/api/deploy?project=$CI_PROJECT_ID&environment=$CI_ENVIRONMENT_SLUG") Deploy Production: @@ -43,5 +42,4 @@ Deploy Production: - if [ "${BRANCH}" != "master" ]; then exit 1; fi - cd "$OLDDIR" script: - - npm install - source <(curl -s --user gitlab-ci-token:"$CI_JOB_ID" "https://gls.jak.guru/api/deploy?project=$CI_PROJECT_ID&environment=$CI_ENVIRONMENT_SLUG") \ No newline at end of file -- GitLab