summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/clonesrc.sh
blob: efb0596d36043e0d9fbbacec534d33731c8a41a3 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env 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