Skip to content

Commit 30ea60a

Browse files
update worklof for installing aws cli
1 parent ad07777 commit 30ea60a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ jobs:
8181
echo "AWS_DEFAULT_REGION=us-east-1" >> $GITHUB_ENV
8282
8383
- name: Install AWS CLI
84+
continue-on-error: true
8485
run: |
8586
sudo apt-get update
86-
sudo apt-get install -y awscli
87+
sudo apt-get install -y aws-cli || pip install awscli
8788
8889
- name: Install kubectl
8990
run: |

0 commit comments

Comments
 (0)