mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 14:52:03 +01:00
7 lines
213 B
Bash
Executable File
7 lines
213 B
Bash
Executable File
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
|
cd ..
|
|
fi
|
|
|
|
echo "Writing ci gradle.properties"
|
|
[ ! -d "/path/to/dir" ] && mkdir ".gradle"
|
|
cp ".github/runner-files/ci-gradle.properties" ".gradle/gradle.properties" |