From 49c744686dce1cd7c4531b87df14df5210b5413b Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Mon, 13 Jun 2022 15:10:43 +0200 Subject: [PATCH] refactor: update variables --- pipelines/npm.gitlab-ci.yml | 2 +- templates/npm/npm-build.gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index 65237fd..591604a 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -12,7 +12,7 @@ include: variables: NODE_IMAGE: node:16.15-alpine - FRONTEND_BUILD_DIR: 'dist/' + FRONTEND_BUILD_DIR: 'dist' Dependencies-npm: extends: .npm-dependencies diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index c960517..10202f9 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -2,7 +2,7 @@ image: $NODE_IMAGE stage: build variables: - FRONTEND_BUILD_DIR: 'dist/' + FRONTEND_BUILD_DIR: 'dist' before_script: - > if [ "$FRONTEND_DIR" != "" ]; then