Skip to content
Snippets Groups Projects
Verified Commit 3dd1a654 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set image

parent b49daa68
No related branches found
No related tags found
1 merge request!1Resolve "Add (docker) build pipeline"
Pipeline #8611 failed with stages
in 13 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment