Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
adding docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Aug 6, 2020
1 parent f3c894c commit 9711ebc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

- name: Starting Nevermined Tools
run: |
docker login -u ${{ secrets.NEVERMINED_DOCKER_USERNAME }} -p ${{ secrets.NEVERMINED_DOCKER_TOKEN}}
git clone https://github.com/keyko-io/nevermined-tools
rm -rf ~/.nevermined/nevermined-contracts/artifacts || true
cd nevermined-tools
Expand Down
28 changes: 14 additions & 14 deletions src/test/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ provider.address="0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0"

# Contracts addresses

contract.SignCondition.address="0x8F006DbB3727d18f032C5618595ecDD2EDE13b61"
contract.HashLockCondition.address="0x19513460bc16254c74AE806683E906478A42B543"
contract.LockRewardCondition.address="0x4999A8428d1D42fc955FbBC2f1E22323a55B6f86"
contract.AccessSecretStoreCondition.address="0x3Ef2ebF03002D828943EB1AbbFC470D1A53c6B21"
contract.EscrowReward.address="0xE6E685823Ddd2e0D0B29917D84D687E5431136F6"
contract.EscrowAccessSecretStoreTemplate.address="0x3c83D8E1F1BF33Ebb1E8D5A2ac56cE482e54caCd"
contract.OceanToken.address="0xEEE56e2a630DD29F9A628d618E58bb173911F393"
contract.Dispenser.address="0x85cCa2B01adddCA8Df221e6027EE0D7716224202"
contract.DIDRegistry.address="0xfeA10BBb093d7fcb1EDf575Aa7e28d37b9DcFcE9"
contract.ConditionStoreManager.address="0x645439117eB378a6d35148452E287a038666Ed67"
contract.TemplateStoreManager.address="0x3a3926f3f88F1eE05164404f93FDb3887cbE8e35"
contract.AgreementStoreManager.address="0x15338ade17C4b6F65E4ff7b3aCE22AAdED00aC4d"
contract.ComputeExecutionCondition.address="0x884AAAAf48D4A7B4Dc4CB9B2cf47a150b3d535A6"
contract.EscrowComputeExecutionTemplate.address="0x02175de5A7F168517688e3E93f55936C9c2C7A19"
contract.SignCondition.address="0x4946dF766a79d105aeD4e2e798c4b35FB75BF7Da"
contract.HashLockCondition.address="0x09Ce6FcA3851968d81E8B1a9765976c31b9803A1"
contract.LockRewardCondition.address="0x6011C3386d278C2C3d13e3f14555d2208076a420"
contract.AccessSecretStoreCondition.address="0x33C4142a87cB58A29119b2a9D16526b9b9026Da3"
contract.EscrowReward.address="0x2ecE3A9b69555A4B6c6F7d1D5e9C3B9541D1f405"
contract.EscrowAccessSecretStoreTemplate.address="0x78469735Bd44Dc40c805364cc164a6FDf2d68739"
contract.OceanToken.address="0x13746B179dB7647eB454669882e56D74144FE2ff"
contract.Dispenser.address="0xf59Fe39d2b7DF67d2D9412005eCC32BB2A7Ed0Ee"
contract.DIDRegistry.address="0x4bd28873eCDEA45D41a5eD7c72d1f9ae7f683f62"
contract.ConditionStoreManager.address="0x46d55EB5727AB8D6255D1b3BF331d3dE2de3f398"
contract.TemplateStoreManager.address="0xa8E36ddf5F2Fab150874448F73B45a6CAcb4B18f"
contract.AgreementStoreManager.address="0xE0A105b7E05b9F5e1b477d755979450F56b7d57F"
contract.ComputeExecutionCondition.address="0x530d34cEf6a031e005B8c5e47fB448EbE6e132e4"
contract.EscrowComputeExecutionTemplate.address="0x9076CE7aB632a6d7E9Fcd29B58F7b2CB51934B6A"

consume.basePath = "/tmp"

Expand Down

0 comments on commit 9711ebc

Please sign in to comment.