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-container
|
||||
|
||||
image: node:14-alpine
|
||||
|
||||
variables:
|
||||
KANIKO_BUILD_IMAGENAME: admin-backend
|
||||
|
||||
|
@ -10,7 +12,6 @@ build-project:
|
|||
before_script: []
|
||||
script:
|
||||
- echo "Building app"
|
||||
- yarn
|
||||
# - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env
|
||||
# - echo "EXTEND_ESLINT=true" >> .env
|
||||
- yarn build
|
||||
|
|
Loading…
Reference in a new issue