File tree Expand file tree Collapse file tree
scripts/package-build/shim-signed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 - 'scripts/package-build/pyhumps/**'
8383 radvd:
8484 - 'scripts/package-build/radvd/**'
85+ shim-signed:
86+ - 'scripts/package-build/shim-signed/**'
8587 strongswan:
8688 - 'scripts/package-build/strongswan/**'
8789 tacacs:
@@ -235,6 +237,10 @@ jobs:
235237 trigger_build "radvd"
236238 fi
237239
240+ if [ "${{ steps.changes.outputs.shim-signed }}" == "true" ]; then
241+ trigger_build "shim-signed"
242+ fi
243+
238244 if [ "${{ steps.changes.outputs.strongswan }}" == "true" ]; then
239245 trigger_build "strongswan"
240246 fi
Original file line number Diff line number Diff line change 1+ /shim-signed /
Original file line number Diff line number Diff line change 1+ ../ build .py
Original file line number Diff line number Diff line change 1+ [[packages ]]
2+ name = " shim-signed"
3+ commit_id = " rolling"
4+ scm_url = " https://github.com/vyos/shim-signed.git"
You can’t perform that action at this time.
0 commit comments