Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build artifacts #65

Merged
merged 3 commits into from
Jul 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
--build-arg VERSION="$RELEASE_TAG"
--build-arg SOURCE="$CIRCLE_REPOSITORY_URL"
--build-arg REVISION="$CIRCLE_SHA1"
-t $DOCKER_ORG/onboard-central-ledger:$CIRCLE_TAG .
-t $DOCKER_ORG/onboard-central-ledger:$CIRCLE_TAG ./init/onboard-central-ledger/
- run:
name: Save docker image to workspace
command: docker save -o /tmp/docker-onboard-central-ledger.tar $DOCKER_ORG/onboard-central-ledger:$CIRCLE_TAG
Expand All @@ -252,7 +252,7 @@ jobs:
--build-arg VERSION="$RELEASE_TAG"
--build-arg SOURCE="$CIRCLE_REPOSITORY_URL"
--build-arg REVISION="$CIRCLE_SHA1"
-t $DOCKER_ORG/onboard-msisdn-oracle:$CIRCLE_TAG .
-t $DOCKER_ORG/onboard-msisdn-oracle:$CIRCLE_TAG ./init/onboard-msisdn-oracle/
- run:
name: Save docker image to workspace
command: docker save -o /tmp/docker-onboard-msisdn-oracle.tar $DOCKER_ORG/onboard-msisdn-oracle:$CIRCLE_TAG
Expand Down
2 changes: 1 addition & 1 deletion init/onboard-central-ledger/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 init/onboard-central-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onboard-central-ledger",
"version": "10.6.5",
"version": "10.6.6",
"description": "",
"main": "onboard-dfsp.js",
"dependencies": {
Expand Down
25 changes: 10 additions & 15 deletions src/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 src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mojaloop-simulator",
"version": "10.6.5",
"version": "10.6.6",
"description": "A canonical test example implementation of the parties, transfers and quotes resources of the Mojaloop API",
"license": "Apache-2.0",
"main": "index.js",
Expand Down