diff --git a/.woodpecker/default.yml b/.woodpecker/default.yml index 907cdac..2c662e7 100644 --- a/.woodpecker/default.yml +++ b/.woodpecker/default.yml @@ -6,6 +6,8 @@ steps: commands: - echo "[*] Installing dependencies" - apt-get update && apt-get install -y cmake make g++ git + - echo "[*] Removing existing source directory" + - rm -rf /woodpecker/src # Remove the existing source directory - echo "[*] Cloning repository" - git clone https://git.xyro.win/nyosic/MarioDB.git /woodpecker/src - echo "[*] Creating build directory"