Skip to content
Snippets Groups Projects
Commit 62698146 authored by Greg Fodor's avatar Greg Fodor
Browse files

Add back in AWS cli

parent c63653ba
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ mkdir -p /usr/local/share ...@@ -24,7 +24,7 @@ mkdir -p /usr/local/share
rm /usr/bin/env rm /usr/bin/env
ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
hab pkg install -b core/coreutils core/bash core/node core/yarn core/git hab pkg install -b core/coreutils core/bash core/node core/yarn core/git core/aws-cli
yarn install --cache-folder .yarn yarn install --cache-folder .yarn
GENERATE_SMOKE_TESTS=true yarn build --output-path build GENERATE_SMOKE_TESTS=true yarn build --output-path build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment