mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
ci: adjust .gitlab-ci.yml to latest convention
This commit is contained in:
@@ -11,6 +11,7 @@ before_script:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
- publish
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@@ -26,7 +27,7 @@ package:
|
|||||||
- build
|
- build
|
||||||
tags:
|
tags:
|
||||||
- secrecy
|
- secrecy
|
||||||
stage: deploy
|
stage: publish
|
||||||
script:
|
script:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
||||||
- npm publish
|
- npm publish
|
||||||
@@ -72,7 +73,7 @@ docker:
|
|||||||
before_script: []
|
before_script: []
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
stage: deploy
|
stage: publish
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user