Skip to content

Commit 0a357cc

Browse files
author
Sachin Maheshwari
committed
typo
1 parent a4b3dfa commit 0a357cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ deploy_defaults: &deploy_defaults
88
install_dependency: &install_dependency
99
name: Installation of build and deployment dependencies.
1010
command: |
11-
sudo apt update
12-
sudo apt install jq -y
13-
sudo apt install python-dev python-pip -y
14-
sudo pip install awscli --upgrade
11+
apt update
12+
apt install jq -y
13+
apt install python-dev python-pip -y
14+
pip install awscli --upgrade
1515
install_deploysuite: &install_deploysuite
1616
name: Installation of install_deploysuite.
1717
command: |

0 commit comments

Comments
 (0)