Merge branch 'master' into 2-add-helm-chart
This commit is contained in:
commit
4087d1b0d3
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
*.swp
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|
|
@ -5,7 +5,7 @@ stages:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
KANIKO_BUILD_IMAGENAME: admin-backend
|
KANIKO_BUILD_IMAGENAME: admin-frontend
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
stage: build-project
|
stage: build-project
|
||||||
|
|
Loading…
Reference in a new issue