Merge branch 'master' into 2-add-helm-chart

This commit is contained in:
Maarten de Waard 2021-09-30 15:41:37 +02:00
commit 4087d1b0d3
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
*.swp
npm-debug.log*
yarn-debug.log*

View file

@ -5,7 +5,7 @@ stages:
image: node:14-alpine
variables:
KANIKO_BUILD_IMAGENAME: admin-backend
KANIKO_BUILD_IMAGENAME: admin-frontend
build-project:
stage: build-project