File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 - image : circleci/node:8-stretch
66 steps :
77 - checkout
8- - run : sudo apt-get install -y python3-pip
8+ - run : sudo apt-get update && sudo apt-get install -y python3-pip
99 - run :
1010 name : Install publish dependencies
1111 command : sudo pip3 install -U awscli
1919 - image : circleci/node:10-stretch
2020 steps :
2121 - checkout
22- - run : sudo apt-get install -y python3-pip
22+ - run : sudo apt-get update && sudo apt-get install -y python3-pip
2323 - run :
2424 name : Install publish dependencies
2525 command : sudo pip3 install -U awscli
3333 - image : circleci/node:12-stretch
3434 steps :
3535 - checkout
36- - run : sudo apt-get install -y python3-pip
36+ - run : sudo apt-get update && sudo apt-get install -y python3-pip
3737 - run :
3838 name : Install publish dependencies
3939 command : sudo pip3 install -U awscli
You can’t perform that action at this time.
0 commit comments