Skip to content
Snippets Groups Projects
Commit c7bb48af authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Disable version replacement in app.ts that is not needed anymore

parent d2da386d
No related branches found
No related tags found
No related merge requests found
Pipeline #28956 passed
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
# Decrypt env vars for production # Decrypt env vars for production
- apk add npm sed - apk add npm sed
- cd $PROJECT_FOLDER - cd $PROJECT_FOLDER
- sed -i -r "s/\{\{VERSION\}\}/${VERSION}/g" src/app.ts #- sed -i -r "s/\{\{VERSION\}\}/${VERSION}/g" src/app.ts # Not needed anymore
- | - |
if [[ $CI_COMMIT_REF_PROTECTED == "true" || $IS_TEST == true ]]; then if [[ $CI_COMMIT_REF_PROTECTED == "true" || $IS_TEST == true ]]; then
echo "Decrypt production env vars" echo "Decrypt production env vars"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment