File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
release-resources/buildspecs Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 0.2
33phases :
44 install :
55 commands :
6+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
67 - apt-get update
78 - pip install awscli==1.19.34 --upgrade --user
89 - java -version
Original file line number Diff line number Diff line change 77 java : " $JAVA_RUNTIME"
88
99 commands :
10+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
1011 - apt-get update
1112 - pip install awscli --upgrade --user
1213 - pip install rsa
Original file line number Diff line number Diff line change 55 runtime-versions :
66 java : " $JAVA_RUNTIME"
77 commands :
8+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
89 - apt-get update
910 - pip install awscli --upgrade --user
1011 - pip install rsa
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 0.2
33phases :
44 install :
55 commands :
6+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
67 - apt-get update
78 - apt-get install python3 python3-pip -y
89 - update-alternatives --install /usr/bin/python python /usr/bin/python3 10
You can’t perform that action at this time.
0 commit comments