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