rename stages (error)

This commit is contained in:
cedricve
2021-07-15 12:48:42 +02:00
parent 51d871236e
commit 39b6a7ff77

View File

@@ -19,7 +19,7 @@ stages:
build-staging:
image: node:10.22.1
stage: build
stage: build-staging
script:
- yarn
- yarn run build-staging
@@ -31,7 +31,7 @@ build-staging:
build-production:
image: node:10.22.1
stage: build
stage: build-production
script:
- yarn
- yarn run build