Rename stages
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3c441306eb
commit
2734cae4b7
|
@ -3,8 +3,9 @@ image: tcitworld/mobilizon-ci
|
||||||
stages:
|
stages:
|
||||||
- install
|
- install
|
||||||
- check
|
- check
|
||||||
- build
|
- build-js
|
||||||
- test
|
- test
|
||||||
|
- docker
|
||||||
- package
|
- package
|
||||||
- upload
|
- upload
|
||||||
- deploy
|
- deploy
|
||||||
|
@ -70,7 +71,7 @@ lint-front:
|
||||||
- exit $EXITVALUE
|
- exit $EXITVALUE
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
stage: build
|
stage: build-js
|
||||||
image: node:14
|
image: node:14
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
|
@ -172,7 +173,7 @@ pages:
|
||||||
# - public
|
# - public
|
||||||
|
|
||||||
.docker: &docker
|
.docker: &docker
|
||||||
stage: build
|
stage: docker
|
||||||
cache: {}
|
cache: {}
|
||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
|
Loading…
Reference in a new issue