BaseBandRewrite/scripts/gen_hash.sh
TudbuT 38d29a8efd
Some checks failed
/ Build BaseBand DSM & Broadway (push) Successful in 2m1s
/ Build BaseBand Loader (push) Failing after 1m22s
/ Build BaseBand Server (push) Successful in 1m56s
add web services and update notifications
2024-06-13 13:39:43 +02:00

5 lines
No EOL
137 B
Bash

#!/bin/bash
COMMIT="$(git describe --always)"
echo -n "$COMMIT" | tee Client/src/main/resources/commit Loader/src/main/resources/commit