blob: bf25e0ed4146b902eeca4e854c70f4f047116d0b (
plain) (
tree)
|
|
#!/bin/bash
rm -rf manaplus || true
./tools/ci/scripts/retry.sh "git clone --branch master --depth 1 https://gitlab.com/manaplus/manaplus.git manaplus" || exit 1
mkdir manaplus/logs || exit 1
|