mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
rename stages (error)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user