Skip to content

Commit e1bf187

Browse files
authored
Use SAM CLI v1.98.0 for integration tests (#3951)
Test failures begin with v1.99.0 Temporarily downgrade to v1.98.0 to allow for release to continue
1 parent 925cb69 commit e1bf187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec/linuxIntegrationTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ env:
1414
phases:
1515
install:
1616
commands:
17+
- sed -i 's/latest\/download/download\/v1.98.0/g' /usr/local/bin/installSam.sh
18+
- installSam.sh --update
1719
- n install 16
1820
- startDocker.sh
1921
# login to DockerHub so we don't get throttled

0 commit comments

Comments
 (0)