Update .woodpecker/default.yml
Some checks failed
ci/woodpecker/push/default Pipeline failed

This commit is contained in:
nyosic 2025-04-04 12:57:53 +00:00
parent 8d8c5998ad
commit 5197f4e7c6

View file

@ -10,6 +10,7 @@ steps:
- rm -rf /woodpecker/src # Remove the existing source directory
- echo "[*] Cloning repository"
- git clone https://git.xyro.win/nyosic/MarioDB.git /woodpecker/src
- chmod -R 777 /woodpecker/src
- echo "[*] Creating build directory"
- mkdir -p $BUILD_DIR
- cd $BUILD_DIR