refactor: update variables
This commit is contained in:
parent
399019f0ca
commit
49c744686d
@ -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
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
image: $NODE_IMAGE
|
||||
stage: build
|
||||
variables:
|
||||
FRONTEND_BUILD_DIR: 'dist/'
|
||||
FRONTEND_BUILD_DIR: 'dist'
|
||||
before_script:
|
||||
- >
|
||||
if [ "$FRONTEND_DIR" != "" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user