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