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:
parent
6bca42f2a5
commit
b47194ed99
@ -29,9 +29,9 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
depends_on:
|
depends_on:
|
||||||
- compile
|
- compile
|
||||||
# when:
|
when:
|
||||||
# branch:
|
branch:
|
||||||
# - master
|
- master
|
||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
Loading…
x
Reference in New Issue
Block a user