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.
This commit is contained in:
@ -29,9 +29,9 @@ steps:
|
||||
image: alpine/git
|
||||
depends_on:
|
||||
- compile
|
||||
# when:
|
||||
# branch:
|
||||
# - master
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea_token
|
||||
|
Reference in New Issue
Block a user