From 5b1eaf3f783d493906957918e1c446af0d7d62a5 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 29 Nov 2019 10:39:37 +0100 Subject: [PATCH] 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 --- ci/kni_deploy_libvirt.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.16.6