We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad07777 commit 30ea60aCopy full SHA for 30ea60a
.github/workflows/deployment.yaml
@@ -81,9 +81,10 @@ jobs:
81
echo "AWS_DEFAULT_REGION=us-east-1" >> $GITHUB_ENV
82
83
- name: Install AWS CLI
84
+ continue-on-error: true
85
run: |
86
sudo apt-get update
- sudo apt-get install -y awscli
87
+ sudo apt-get install -y aws-cli || pip install awscli
88
89
- name: Install kubectl
90
0 commit comments