init
This commit is contained in:
parent
1f27c161b0
commit
4026a21537
@ -174,6 +174,8 @@ spec:
|
|||||||
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 ..
|
||||||
|
rm -fR "${CLONE_DIR}_/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$CLONE_DIR"
|
cd "$CLONE_DIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user