From 9dcc1fffe113571dd05202259eb2be9c73741c9f Mon Sep 17 00:00:00 2001 From: WinterMyst <22961076-wintermyst@users.noreply.gitlab.com> Date: Mon, 23 Sep 2024 20:15:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb6e891..468b9c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,8 +39,6 @@ release: # Install Gulp globally - npm install --global gulp-cli - gulp --version # Verify Gulp is installed - # Verify release-cli installation - - release-cli --version - git fetch --all - git switch master - git branch --set-upstream-to=origin/master master