diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/platform-ci/ci-build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh index 21ea015f..5872bf57 100755 --- a/tests/platform-ci/ci-build.sh +++ b/tests/platform-ci/ci-build.sh @@ -9,6 +9,11 @@ # * leap_platform: in ../.. # * test provider: in provider/ # * leap-platform-test: installed in path +# * AWS credentials as environment variables: +# * `AWS_ACCESS_KEY` +# * `AWS_SECRET_KEY` +# * ssh private key used to login to remove vm +# * `SSH_PRIVATE_KEY` # # Todo: # - Running locally works fine, now use it in gitlab CI ( which ssh-key ? create cloud.json from env vars ) |