Skip to content

Commit 01217d8

Browse files
authored
Merge pull request #18 from topcoder-platform/fix/PLAT-2136
update ci
2 parents 95f3a5d + 3c8013b commit 01217d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22

33
default: &default
44
docker:
5-
- image: circleci/node:16.13.1-stretch
5+
- image: circleci/node:12.13.1-stretch
66
installation_dependency: &installation_dependency
77
name: Install Serverless and AWS CLI
88
command: |
99
sudo apt-get update -y && sudo apt-get install -qq -y python-pip libpython-dev
10-
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
10+
#curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
1111
#installing awscli
1212
sudo pip install awscli --upgrade
1313
#install serverless

0 commit comments

Comments
 (0)