X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-copy-ssh-keys.sh;h=7e3d8b0caf78f062f66d04d200e38ad223c74ef0;hb=45c5ed577a5c9e8514bc27c02fa68c0dc7accb58;hp=d6801239f6b0b843889608bd2fda9c8e95584916;hpb=a755f99e013c1422ebfe032a319f355c91552c76;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-copy-ssh-keys.sh b/jjb/opendaylight-infra-copy-ssh-keys.sh index d6801239f..7e3d8b0ca 100644 --- a/jjb/opendaylight-infra-copy-ssh-keys.sh +++ b/jjb/opendaylight-infra-copy-ssh-keys.sh @@ -1,8 +1,8 @@ #!/bin/bash echo "----------> Copy ssh public keys to csit lab" -# shellcheck disable=SC1090 -source "$WORKSPACE/.venv-openstack/bin/activate" +# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 +source "/tmp/v/openstack/bin/activate" function copy-ssh-keys-to-slave() { RETRIES=60