set image
This commit is contained in:
parent
b49daa684d
commit
3dd1a6544e
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@ stages:
|
||||||
- build-project
|
- build-project
|
||||||
- build-container
|
- build-container
|
||||||
|
|
||||||
|
image: node:14-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
KANIKO_BUILD_IMAGENAME: admin-backend
|
KANIKO_BUILD_IMAGENAME: admin-backend
|
||||||
|
|
||||||
|
@ -10,7 +12,6 @@ build-project:
|
||||||
before_script: []
|
before_script: []
|
||||||
script:
|
script:
|
||||||
- echo "Building app"
|
- echo "Building app"
|
||||||
- yarn
|
|
||||||
# - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env
|
# - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env
|
||||||
# - echo "EXTEND_ESLINT=true" >> .env
|
# - echo "EXTEND_ESLINT=true" >> .env
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
Loading…
Reference in a new issue