diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-08 04:50:09 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-08 04:51:25 +0200 |
commit | 9562785a3c51db675238e3fdd4ff04d50f862ba8 (patch) | |
tree | 0201ac3b4849b81c558702d9581243e7e4e48d7b /ci/deploy.sh | |
parent | c549e716dc567b6fc08a1589f1cd692775a31e15 (diff) |
cleanup: Let SSH_KEY propagate, drop build script
Now that releng SSH_KEY and Fuel's SSH_KEY vars are aligned, let
Jenkins parameter propagate to <ci/deploy.sh>.
While touching CI scripts, drop obsolete <ci/build.sh>.
JIRA: ARMBAND-295
Change-Id: I616343c60abcd96370f7048bf7b23c6fefc9bcac
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index b81e5c8c..a2f489ed 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (c) 2016 Enea Software AB +# (c) 2017 Enea Software AB # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 @@ -37,6 +37,5 @@ if ! [ -z $LAB_CONFIG_URL ]; then fi fi -unset SSH_KEY cd upstream/fuel/ci ./deploy.sh $@ |