Skip to content

Commit

Permalink
fix: add stricthostchecking flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sydrawat01 authored and karanwadhwa committed Dec 1, 2023
1 parent 6f5dd7d commit dc30e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
sh '''
cat $PRIVATE_KEY > gke_compute
cat $K8S_SA_JSON > sa.json
scp -i gke_compute sa.json $USERNAME@$BASTION_IP:/home/$USERNAME
scp -i gke_compute -o StrictHostKeyChecking=no sa.json $USERNAME@$BASTION_IP:/home/$USERNAME
ssh -i gke-compute -o StrictHostKeyChecking=no $USERNAME@$BASTION_IP ./download-tarball.sh webapp-helm-chart
ssh -i gke-compute -o StrictHostKeyChecking=no $USERNAME@$BASTION_IP gcloud auth activate-service-account --key-file=sa.json
ssh -i gke-compute -o StrictHostKeyChecking=no $USERNAME@$BASTION_IP gcloud config configurations list
Expand Down

0 comments on commit dc30e72

Please sign in to comment.