From ff6946df40c0aecd637afc87d5dc245531bad47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 15 Nov 2023 18:29:19 +0100 Subject: [PATCH] CI/CD => Add .env test file key --- NodeApp/.gitlab-ci/01_functions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml index 7f77c51..8bef56b 100644 --- a/NodeApp/.gitlab-ci/01_functions.yml +++ b/NodeApp/.gitlab-ci/01_functions.yml @@ -10,6 +10,7 @@ - | if [[ $IS_TEST == true ]]; then BIN_NAME="dojo-test" + DOTENV_PROD_KEY=$DOTENV_TEST_KEY fi - PKG_BIN_NAME_DEBIAN="${BIN_NAME}${PKG_EXTENSION_DEBIAN}" - PKG_BIN_NAME_MACOS="${BIN_NAME}${PKG_EXTENSION_MACOS}" -- GitLab