Skip to content
Snippets Groups Projects
Commit 882dee72 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe staging APP_VERSION

parent e83f19e1
No related branches found
No related tags found
No related merge requests found
Pipeline #23694 failed
...@@ -134,7 +134,7 @@ stg-build-fe-node-job: ...@@ -134,7 +134,7 @@ stg-build-fe-node-job:
stage: build stage: build
variables: variables:
NODE_ENV: staging NODE_ENV: staging
APP_VERSION: ${CI_COMMIT_REF_NAME} APP_VERSION: ${CI_COMMIT_SHORT_SHA}
script: script:
- npm run build -- --out-dir dist/stg - npm run build -- --out-dir dist/stg
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment