From 9562785a3c51db675238e3fdd4ff04d50f862ba8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 8 Sep 2017 04:50:09 +0200 Subject: 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 . While touching CI scripts, drop obsolete . JIRA: ARMBAND-295 Change-Id: I616343c60abcd96370f7048bf7b23c6fefc9bcac Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci/deploy.sh') 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 $@ -- cgit 1.2.3-korg