refactor: update variables
This commit is contained in:
parent
399019f0ca
commit
49c744686d
@ -12,7 +12,7 @@ include:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
NODE_IMAGE: node:16.15-alpine
|
NODE_IMAGE: node:16.15-alpine
|
||||||
FRONTEND_BUILD_DIR: 'dist/'
|
FRONTEND_BUILD_DIR: 'dist'
|
||||||
|
|
||||||
Dependencies-npm:
|
Dependencies-npm:
|
||||||
extends: .npm-dependencies
|
extends: .npm-dependencies
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
image: $NODE_IMAGE
|
image: $NODE_IMAGE
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
FRONTEND_BUILD_DIR: 'dist/'
|
FRONTEND_BUILD_DIR: 'dist'
|
||||||
before_script:
|
before_script:
|
||||||
- >
|
- >
|
||||||
if [ "$FRONTEND_DIR" != "" ]; then
|
if [ "$FRONTEND_DIR" != "" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user