From: Yolanda Robla Date: Fri, 29 Nov 2019 09:39:37 +0000 (+0100) Subject: Remove the copy of pull-secret.json X-Git-Tag: akraino_r2^2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=5b1eaf3f783d493906957918e1c446af0d7d62a5;p=kni%2Finstaller.git Remove the copy of pull-secret.json As we always use the same server, we have the secret already there. It's also a secret that cannot be shared outside, so we keep that installed on the server and use it. Signed-off-by: Yolanda Robla Change-Id: I32b1a43b16e260e80c3efb3520c59d66458f0fec --- diff --git a/ci/kni_deploy_libvirt.sh b/ci/kni_deploy_libvirt.sh index 4062e86..86832bf 100755 --- a/ci/kni_deploy_libvirt.sh +++ b/ci/kni_deploy_libvirt.sh @@ -38,7 +38,6 @@ sudo -E bash -c "yes Y | ./virsh-cleanup.sh" # add the right credentials to kni mkdir $HOME/.kni || true -cp $WORKSPACE/akraino-secrets/coreos-pull-secret $HOME/.kni/pull-secret.json || true cp $HOME/.ssh/id_rsa.pub $HOME/.kni/id_rsa.pub || true # replace site path with a local ref to the cloned blueprint