init
This commit is contained in:
parent
bd2a168478
commit
f3d9951645
@ -173,7 +173,8 @@ spec:
|
||||
mkdir -p "${CLONE_DIR}_"
|
||||
git clone --depth=$(params.depth) $(params.url) "${CLONE_DIR}_"
|
||||
cd "${CLONE_DIR}_/"
|
||||
cp -R ./* ./.* ../"${CLONE_DIR}"
|
||||
cp -R * ../"${CLONE_DIR}"
|
||||
cp -R .* ../"${CLONE_DIR}"
|
||||
cd ..
|
||||
rm -fR "${CLONE_DIR}_/"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user