Skip to content

Commit d6cb284

Browse files
committed
chore: sam now installed on evg
1 parent 5113033 commit d6cb284

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/bash
22
set -o errexit # Exit the script with error if any of the commands fail
33

4-
# TODO(BUILD-16902): Install SAM on Evergreen boxes.
5-
curl -L https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip -o aws-sam-cli-linux-x86_64.zip
6-
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
7-
sudo ./sam-installation/install
8-
sam --version
9-
104
. ${DRIVERS_TOOLS}/.evergreen/run-deployed-lambda-aws-tests.sh

0 commit comments

Comments
 (0)