set image

main
Maarten de Waard 2021-09-29 15:21:45 +02:00
parent b49daa684d
commit 3dd1a6544e
No known key found for this signature in database
GPG Key ID: 1D3E893A657CC8DA
1 changed files with 2 additions and 1 deletions

View File

@ -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