From 6a1b87e250d873be2c1445272efba3f218ea40ca Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 9 Mar 2025 17:49:04 +0000 Subject: [PATCH] `.drone.yml` modifications Modified drone.yml to copy source from the /drone/src directory to the /code directory. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a326fa93..822eff33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,4 +20,6 @@ steps: depends_on: - build-image commands: + - cp -r /drone/src/* /code/ + - chmod +x /code/*.sh - /compile.sh \ No newline at end of file