Skip to content

Commit

Permalink
Use SAM CLI v1.98.0 for integration tests (#3951)
Browse files Browse the repository at this point in the history
Test failures begin with v1.99.0
Temporarily downgrade to v1.98.0 to allow for release to continue
  • Loading branch information
rli authored Oct 27, 2023
1 parent 925cb69 commit e1bf187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec/linuxIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
phases:
install:
commands:
- sed -i 's/latest\/download/download\/v1.98.0/g' /usr/local/bin/installSam.sh
- installSam.sh --update
- n install 16
- startDocker.sh
# login to DockerHub so we don't get throttled
Expand Down

0 comments on commit e1bf187

Please sign in to comment.