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.
2 parents 95f3a5d + 3c8013b commit 01217d8Copy full SHA for 01217d8
.circleci/config.yml
@@ -2,12 +2,12 @@ version: 2
2
3
default: &default
4
docker:
5
- - image: circleci/node:16.13.1-stretch
+ - image: circleci/node:12.13.1-stretch
6
installation_dependency: &installation_dependency
7
name: Install Serverless and AWS CLI
8
command: |
9
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
+ #curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
11
#installing awscli
12
sudo pip install awscli --upgrade
13
#install serverless
0 commit comments