Rename stages

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-01-14 15:47:35 +01:00
parent 3c441306eb
commit 2734cae4b7
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@ image: tcitworld/mobilizon-ci
stages:
- install
- check
- build
- build-js
- test
- docker
- package
- upload
- deploy
@ -70,7 +71,7 @@ lint-front:
- exit $EXITVALUE
build-frontend:
stage: build
stage: build-js
image: node:14
before_script:
- apt update
@ -172,7 +173,7 @@ pages:
# - public
.docker: &docker
stage: build
stage: docker
cache: {}
image:
name: gcr.io/kaniko-project/executor:debug