From 57d96ae3c3a71428dfc155a1a4905aa306ba6019 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sun, 7 May 2023 13:58:18 +0800 Subject: [PATCH] Vue Component text amendment 7 --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c24a393..e832cd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,16 +3,6 @@ stages: - deploy #jobs -#build & install -build_install: - stage: build_install - script: - - composer install - - npm install - - npm run build - rules: - - if: '$CI_COMMIT_BRANCH == "development"' - #deploy deploy: stage: deploy