mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Add continue-on-error variable for later
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
||||
- amd64
|
||||
- arm64
|
||||
- armhf
|
||||
continue-on-error: false # true in prod, false for testing
|
||||
steps:
|
||||
- name: "Set dated version for unstable builds"
|
||||
id: version
|
||||
@@ -106,6 +107,7 @@ jobs:
|
||||
- amd64
|
||||
- arm64
|
||||
- armhf
|
||||
continue-on-error: false # true in prod, false for testing
|
||||
steps:
|
||||
- name: "Set dated version for unstable builds"
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user