diff options
author | Varac <varac@leap.se> | 2017-09-26 20:44:41 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-09-26 20:44:41 +0200 |
commit | b566104d04ebe89d724c089491d9ba478b20d1a6 (patch) | |
tree | 3f03448c76ebd0440e305e3522e4f94c3329ed9f /tests | |
parent | e2e3fa4ea0c26b4ccf226f4a3b692ce0f78f5bf5 (diff) |
Use right domain name to renew certs
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/platform-ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh index 3c6a1ff4..120e2858 100755 --- a/tests/platform-ci/ci-build.sh +++ b/tests/platform-ci/ci-build.sh @@ -156,7 +156,7 @@ run() { # Do the deployment echo "Attempting a deploy..." - LEAP_CMD cert renew "$provider_name" + LEAP_CMD cert renew "$CI_JOB_NAME" deploy echo "Attempting to run tests..." test |