Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea6dcdc

Browse files
authoredMar 4, 2022
Update config.yml
1 parent c91bc6a commit ea6dcdc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
version: 2
22
defaults: &defaults
3-
docker:
4-
- image: circleci/node:15.5.1-stretch-browsers
3+
docker:
4+
- image: cimg/python:3.10.2
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
8-
sudo apt-get update
9-
sudo apt install jq python3-pip
10-
sudo pip3 install awscli --upgrade
11-
sudo pip3 install docker-compose
8+
pip3 install awscli --upgrade
9+
pip3 install docker-compose
1210
install_deploysuite: &install_deploysuite
1311
name: Installation of install_deploysuite.
1412
command: |

0 commit comments

Comments
 (0)
This repository has been archived.