Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2c87636

Browse files
committed
circleci changes
1 parent 80e3135 commit 2c87636

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ node_env: &node_env
55
docker:
66
- image: circleci/node:8.16.0-jessie
77

8-
# Instructions of installing aws utilities
9-
install_awscli: &install_awscli
10-
name: "Install awscli"
11-
command: |
12-
sudo pip install awscli --upgrade
13-
sudo apt install jq
14-
aws --version
15-
168
install_deploysuite: &install_deploysuite
179
name: Installation of install_deploysuite.
1810
command: |
@@ -26,6 +18,10 @@ install_build_dependencies: &install_build_dependencies
2618
command: |
2719
sudo apt-get update -y
2820
sudo apt-get install g++-4.8 -y
21+
sudo apt-get install python-pip -y
22+
sudo pip install awscli --upgrade
23+
sudo apt install jq
24+
aws --version
2925
3026
build_npm_steps: &build_npm_steps
3127
name: "configuring environment building environment"
@@ -39,7 +35,6 @@ build_npm_steps: &build_npm_steps
3935
4036
build_deploy_steps: &build_deploy_steps
4137
- run: *install_build_dependencies
42-
- run: *install_awscli
4338
- checkout
4439
- run: *install_deploysuite
4540
- restore_cache:

0 commit comments

Comments
 (0)