init
This commit is contained in:
parent
e84b1069bc
commit
072c97e04b
@ -170,6 +170,7 @@ spec:
|
||||
git clone --depth=$(params.depth) $(params.url) "$CLONE_DIR"
|
||||
else
|
||||
echo "[INFO] Cloning repository..."
|
||||
mkdir -p "${CLONE_DIR}_"
|
||||
git clone --depth=$(params.depth) $(params.url) "${CLONE_DIR}_"
|
||||
mv "${CLONE_DIR}_/*" "${CLONE_DIR}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user