Add new broken build

This commit is contained in:
2023-05-13 15:27:15 -06:00
parent 0346f2177b
commit 2229efd9bd
10 changed files with 73 additions and 3 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
set -euxo pipefail
mkdir /work
cd /work
REPO_URL="https://github.com/daneren2005/Subsonic.git"
#REPO_URL="https://github.com/vector-im/element-android.git"
git clone $REPO_URL repo --recurse-submodules
cd repo || exit
/bin/bash