From b47194ed99d525382a772805194457880ff747ce Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 9 Mar 2025 22:25:08 +0000 Subject: [PATCH] Final commit to merge through develop & master - CI/CD Pipeline now working & tested. - Commits to all branches will trigger the pipeline in DroneCI. - Commits to master will trigger the resulting ISO artefact to be uploaded to Gitea as a Package. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5c5811f..f868f1a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,9 +29,9 @@ steps: image: alpine/git depends_on: - compile - # when: - # branch: - # - master + when: + branch: + - master environment: GITEA_TOKEN: from_secret: gitea_token