chore: Update incus group/signing path (#14600)
This commit is contained in:
parent
af08bc7509
commit
8cd487d052
|
|
@ -388,8 +388,8 @@ jobs:
|
||||||
at: '.'
|
at: '.'
|
||||||
- run: ./scripts/install_incus.sh
|
- run: ./scripts/install_incus.sh
|
||||||
- run: cd tools/package_incus_test && go build
|
- run: cd tools/package_incus_test && go build
|
||||||
- run: ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*_amd64.deb")
|
- run: sudo ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*_amd64.deb")
|
||||||
- run: ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*.x86_64.rpm")
|
- run: sudo ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*.x86_64.rpm")
|
||||||
package-sign-windows:
|
package-sign-windows:
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2204:current
|
image: ubuntu-2204:current
|
||||||
|
|
@ -403,7 +403,7 @@ jobs:
|
||||||
name: "Sign Windows Executables"
|
name: "Sign Windows Executables"
|
||||||
command: ./scripts/sign-windows.sh
|
command: ./scripts/sign-windows.sh
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: './build'
|
root: '.'
|
||||||
paths:
|
paths:
|
||||||
- 'dist'
|
- 'dist'
|
||||||
package-sign-mac:
|
package-sign-mac:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue