From 290a3047b5dce85956c1643d7c2f07e37727753c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 12 Sep 2021 17:08:14 +0100 Subject: [PATCH] echo settings file path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2576ef..d11970d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ nonreg: environment: Development script: - | - echo "$CI_JOB_STAGE" + echo "setting : $ISND_TESTING_SETTINGS" cd test/isnd.tests/ cp $ISND_TESTING_SETTINGS . ASPNETCORE_ENVIRONMENT=Testing dotnet test