update how the tag is checked out

This commit is contained in:
finn 2022-01-24 18:55:46 -08:00
parent 4bc11f17a0
commit 448b6ae3c9

View file

@ -1,7 +1,6 @@
#!/bin/bash
set -exuo pipefail
git clone https://github.com/Turasa/libsignal-service-java.git
git checkout "${version}"
git clone -b "${version}" https://github.com/Turasa/libsignal-service-java.git
cd libsignal-service-java
git config user.email nobody@signald.org
git config user.name signald