Merge "Do not use with_items for package installs"
[releng/builder.git] / jjb / opendaylight-infra-copy-ssh-keys.sh
index 1bf889d7078cc1b56055dc0b604838db7d460e32..493f776b7549cda38814220fa9dfcf1ab70c63b6 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
@@ -11,9 +11,6 @@
 
 echo "----------> Copy ssh public keys to csit lab"
 
-# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091
-source "/tmp/v/openstack/bin/activate"
-
 function copy-ssh-keys-to-slave() {
     RETRIES=60
     for j in $(seq 1 $RETRIES); do