From 65c7e65282a40e72d077d1462cc33e734505269c Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 14 Oct 2016 19:57:52 +0200 Subject: Include secret variables from gitlab ci settings - Assemble cloud.json from aws credential env vars - Deploy ssh private key from env var --- tests/platform-ci/ci-build.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 ) -- cgit v1.2.3