mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 02:53:11 -06:00
this pr computes dendrite docker version from the commit hash, instead of bumping versions. the previous setup caused issues and conflicts when branch protection is enabled. this way we can seamlessly keep pushing to main and it will keep getting built and published
3 lines
51 B
Bash
3 lines
51 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo $(git log -1 --pretty=%h) |