Skip to content

Commit

Permalink
Fix build (#405)
Browse files Browse the repository at this point in the history
* Remove outdated integrationTest directory

* Change listingId type from Id to Text

* Change order id type to Text

* Formatting

* Add auto eol setting to prettier config

* Fix build script
  • Loading branch information
GeorgSchneider committed Jul 20, 2021
1 parent 32af4eb commit 80f52e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/verify-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ if [[ daml_trigger_version -ne 2 ]] ; then
return_code=1
fi

daml_it_version=`cat integrationTesting/daml.yaml | grep $short_version | wc -l`
if [[ daml_it_version -ne 2 ]] ; then
decorate_error " Mismatched version(s) in %s" integrationTest/daml.yaml
return_code=1
fi

exberry_adapter_version=`cat exberry_adapter/setup.py | grep "version='$short_version" | wc -l`
if [[ exberry_adapter_version -ne 1 ]] ; then
decorate_error " Mismatched version in %s" exberry_adapter/setup.py
Expand Down

0 comments on commit 80f52e8

Please sign in to comment.