mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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" |