Skip to content

Commit

Permalink
Merge pull request #4 from mojaloop/master
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
shashi165 authored Jun 6, 2020
2 parents 28fa428 + 6c2d42c commit a7c89d8
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 169 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ defaults_Dependencies: &defaults_Dependencies |

defaults_awsCliDependencies: &defaults_awsCliDependencies |
apk --no-cache add \
python \
py-pip \
python3 \
py3-pip \
groff \
less \
mailcap
pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic
apk -v --purge del py-pip
pip3 install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic

defaults_license_scanner: &defaults_license_scanner
name: Install and set up license-scanner
Expand Down
Loading

0 comments on commit a7c89d8

Please sign in to comment.