From c89d4f44d8926ce034f785d7eb7603ed7cc5d957 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Fri, 27 May 2022 16:02:29 +0200 Subject: [PATCH] refactor(npm-build): fix typo --- templates/npm/npm-build.gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 7558564..6444e5c 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + FRONTEND_BUILD_DIR: 'dir/' + .npm-build: image: $NODE_IMAGE stage: build @@ -12,4 +15,4 @@ expire_in: 2 weeks when: always paths: - - '$FRONTEND_BUID_DIR' + - '$FRONTEND_BUILD_DIR'