Remove the copy of pull-secret.json 78/2078/1
authorYolanda Robla <yroblamo@redhat.com>
Fri, 29 Nov 2019 09:39:37 +0000 (10:39 +0100)
committerYolanda Robla <yroblamo@redhat.com>
Fri, 29 Nov 2019 09:39:37 +0000 (10:39 +0100)
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 <yroblamo@redhat.com>
Change-Id: I32b1a43b16e260e80c3efb3520c59d66458f0fec

ci/kni_deploy_libvirt.sh

index 4062e86..86832bf 100755 (executable)
@@ -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