Skip to content

Commit 1251976

Browse files
committed
add amplify cli installation
1 parent 92d5c23 commit 1251976

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildspec.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
version: 0.2
33

44
phases:
5+
6+
install:
7+
commands:
8+
- softwareupdate --install-rosetta
9+
- curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL
10+
511
pre_build:
612
commands:
713
- code/ci_actions/01_keychain.sh

0 commit comments

Comments
 (0)