This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(pwd)" = "${workspace}" ]; then
|
||||||
|
cd /tmp
|
||||||
|
fi
|
||||||
rm -rf "${workspace}"
|
rm -rf "${workspace}"
|
||||||
mkdir -p "${workspace}"
|
mkdir -p "${workspace}"
|
||||||
git clone --depth 1 --no-tags "${repo_url}" "${workspace}"
|
git clone --depth 1 --no-tags "${repo_url}" "${workspace}"
|
||||||
|
|||||||
Reference in New Issue
Block a user