echo settings file path

broken/ef
Paul Schneider 3 years ago
parent ec70927830
commit 290a3047b5
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ nonreg:
environment: Development environment: Development
script: script:
- | - |
echo "$CI_JOB_STAGE" echo "setting : $ISND_TESTING_SETTINGS"
cd test/isnd.tests/ cd test/isnd.tests/
cp $ISND_TESTING_SETTINGS . cp $ISND_TESTING_SETTINGS .
ASPNETCORE_ENVIRONMENT=Testing dotnet test ASPNETCORE_ENVIRONMENT=Testing dotnet test

Loading…