From 09587eece0969a2a7f1a1235eafa58d0b64ba368 Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Thu, 30 Sep 2021 15:41:15 +0200 Subject: [PATCH] rename admin-backend to admin-frontend because that is what it is --- .gitignore | 1 + .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a7f91d..9d70429 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .env.development.local .env.test.local .env.production.local +*.swp npm-debug.log* yarn-debug.log* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17ef198..93c1dda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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