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