We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4327b commit 5114d85Copy full SHA for 5114d85
.gitpod.yml
@@ -15,8 +15,8 @@ tasks:
15
npm ci
16
# Install AWS SAM CLI
17
wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip
18
- unzip aws-sam-cli-linux-x86_64.zip -d sam-installation \
19
- sudo ./sam-installation/install \
+ unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
+ sudo ./sam-installation/install
20
rm -rf sam-installation aws-sam-cli-linux-*
21
cd ../../
22
# Setup husky hooks
0 commit comments