Skip to content

Commit

Permalink
[PAPPY-365]Fixed aws command not found issue (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltshop-boy authored Sep 26, 2022
1 parent dd6b447 commit 474d88a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ jobs:
cd /tmp
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install -i $HOME/.local/aws -b $HOME/.local/bin/aws
echo "PATH=$HOME/.local/bin:$PATH" | tee -a ~/.env
./aws/install -i ~/.local/aws-cli -b ~/.local/bin
- cypress_tests
- run:
name: Sync to s3
Expand Down

0 comments on commit 474d88a

Please sign in to comment.