8 lines
145 B
Text
Executable file
8 lines
145 B
Text
Executable file
git clone \
|
|
--branch "${GITHUB_REF_NAME}" \
|
|
-- \
|
|
"${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \
|
|
'.'
|
|
|
|
rm --force --recursive \
|
|
'.git' '.gitignore'
|