Skip to content

Commit

Permalink
set visible
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 11, 2024
1 parent 5b3b05a commit 0b554a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/konflux_minikube_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"

export PATH="/bins:$PATH"

# set +x
set +x

echo "$MINIKUBE_SSH_KEY" > minikube-ssh-ident
chmod 600 minikube-ssh-ident
Expand All @@ -38,7 +38,7 @@ ssh -o StrictHostKeyChecking=no $MINIKUBE_USER@$MINIKUBE_HOST -i minikube-ssh-id

export MINIKUBE_IP=`ssh -o StrictHostKeyChecking=no $MINIKUBE_USER@$MINIKUBE_HOST -i minikube-ssh-ident "minikube ip"`

# set -x
set -x

scp -o StrictHostKeyChecking=no -i minikube-ssh-ident $MINIKUBE_USER@$MINIKUBE_HOST:$MINIKUBE_ROOTDIR/.minikube/profiles/minikube/client.key ./
scp -i minikube-ssh-ident $MINIKUBE_USER@$MINIKUBE_HOST:$MINIKUBE_ROOTDIR/.minikube/profiles/minikube/client.crt ./
Expand Down

0 comments on commit 0b554a9

Please sign in to comment.