Update .gitlab-ci.yml file
This commit is contained in:
parent
00ab7937b0
commit
9bd1ae3602
@ -39,6 +39,9 @@ release:
|
|||||||
# Install Gulp globally
|
# Install Gulp globally
|
||||||
- npm install --global gulp-cli
|
- npm install --global gulp-cli
|
||||||
- gulp --version # Verify Gulp is installed
|
- gulp --version # Verify Gulp is installed
|
||||||
|
# Install release-cli
|
||||||
|
- curl -sSL -o /usr/local/bin/release-cli https://gitlab.com/gitlab-org/release-cli/-/releases/v0.17.0/downloads/release-cli-linux-amd64
|
||||||
|
- chmod +x /usr/local/bin/release-cli
|
||||||
script:
|
script:
|
||||||
# Check if VERSION is provided
|
# Check if VERSION is provided
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user