You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to boostrap the marketplace with your own data, you can either change the `doSetup` function in `daml/Setup.daml`, or create your own setup function and change the `--script-name` to `MyModule:myFunction`.
@@ -129,6 +129,6 @@ Next, in deployments, click on the Integration and configure it with your Exberr
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.3.0-rc.2.tar.gz` and launch the automation as `Exchange`.
132
+
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.3.0.tar.gz` and launch the automation as `Exchange`.
133
133
134
134
If you would like to change which `SID` the Exberry adapter begins counting at for the `orderId` calls to Exberry, create a `Marketplace.Utils.ExberrySID` contract as the `Exchange` party _after_ launching the adapter.
decorate_error "Mismatched version(s) in %s" docs/damlhub_deployment.md
55
87
return_code=1
56
88
fi
57
89
58
90
if [[ $return_code-eq 0 ]] ;then
59
91
echo"Success: All versions match!"
60
92
else
61
-
echo"Error: Found mismatching versions :("
62
-
echo"Run \`make tag\` to attempt a fix automatically. Commit and push the resulting changes."
93
+
printf"\n${orange}Version verification failed :(${nc}\nRun \`${green}make tag${nc}\` to attempt a fix automatically. Commit and push the resulting changes.\n"
0 commit comments