From c7bb48afef537f773fee9f11f5cae7952f4ec5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 18 Jan 2024 13:55:21 +0100 Subject: [PATCH] CI/CD => Disable version replacement in app.ts that is not needed anymore --- ExerciseChecker/.gitlab-ci/01_functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExerciseChecker/.gitlab-ci/01_functions.yml b/ExerciseChecker/.gitlab-ci/01_functions.yml index 05fe3ae..631e831 100644 --- a/ExerciseChecker/.gitlab-ci/01_functions.yml +++ b/ExerciseChecker/.gitlab-ci/01_functions.yml @@ -51,7 +51,7 @@ # Decrypt env vars for production - apk add npm sed - 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 echo "Decrypt production env vars" -- GitLab