chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-11-19 16:02:11 +01:00
parent 26333d64b9
commit 516ccaf952

View File

@@ -6,6 +6,7 @@ variables:
stages:
- build
- test
- release
build:
@@ -13,7 +14,6 @@ build:
before_script:
- apt update
- apt install -y zip
- ls -lart /var/opt/gitlab
script:
- npm ci
- npm run build
@@ -35,6 +35,11 @@ build:
- tags
- master
test:
stage: test
script:
- ls -lart /
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest