Skip to content

Commit

Permalink
Hotfix/get transfer jws (#434)
Browse files Browse the repository at this point in the history
* fixed JWS issue with GET transfers

* fix python circleci issue

* fix python circleci issue

Co-authored-by: Shashi <shashikant.hirugade@modusbox.com>
  • Loading branch information
shashi165 and Shashi authored Jun 4, 2020
1 parent 0874816 commit 6865838
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@mojaloop/central-services-stream": "9.5.0",
"@mojaloop/event-sdk": "9.5.2",
"@mojaloop/forensic-logging-client": "8.3.0",
"@mojaloop/sdk-standard-components": "10.3.0",
"@mojaloop/sdk-standard-components": "10.3.1",
"@now-ims/hapi-now-auth": "2.0.2",
"axios": "0.19.2",
"blipp": "4.0.1",
Expand Down

0 comments on commit 6865838

Please sign in to comment.