Skip to content

Commit

Permalink
chore(ci): integration apt-get needs sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
displague authored Aug 21, 2024
1 parent 599eaed commit 994f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ssh-keyscan -H $(terraform output -raw bastion_public_ip) >> ~/.ssh/known_hosts
# Show meaningful status via "cluster status". alternatively, "ncc health_checks run_all", which can take a while
# For more commands: https://portal.nutanix.com/page/documents/kbs/details?targetId=kA07V000000LVVSSA4
apt-get install -y sshpass
sudo apt-get install -y sshpass
sshpass -p "${{ secrets.NUTANIX_USER_PASSWORD }}" ssh -t -o StrictHostKeyChecking=no -J root@$(terraform output -raw bastion_public_ip) nutanix@$(terraform output -raw cvim_ip_address) cluster status
- name: Terraform Destroy with Retry
id: destroy
Expand Down

0 comments on commit 994f08b

Please sign in to comment.