summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/clonesrc.sh
blob: 3e2a12c0806961c21805a2459c56cd5269099326 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env bash

rm -rf manaverse || true
./tools/ci/scripts/retry.sh "git clone --branch master --depth ${GIT_DEPTH} https://gitlab.com/themanaworld/manaplus/manaplus.git manaverse" || exit 1
mkdir manaplus/logs || exit 1