mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
fix bump_canton (#17166)
This commit is contained in:
parent
25c60bf8b3
commit
d03ffb0329
@ -50,3 +50,5 @@ sed -i "s|CANTON_ENTERPRISE_VERSION=.*|CANTON_ENTERPRISE_VERSION=$canton_version
|
||||
sed -i "s|CANTON_ENTERPRISE_SHA=.*|CANTON_ENTERPRISE_SHA=$ee_canton_sha|" canton/BUILD.bazel
|
||||
|
||||
rm -f arbitrary_canton_sha
|
||||
|
||||
echo $canton_version
|
||||
|
@ -338,7 +338,7 @@ jobs:
|
||||
git fetch
|
||||
git checkout origin/main
|
||||
|
||||
ci/bump-canton.sh
|
||||
canton_version=$(ci/bump-canton.sh)
|
||||
|
||||
branch="canton-update-$canton_version"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user