Updated to work with signing reprepro
This commit is contained in:
parent
8c5e6cbc8f
commit
6efda2b850
@ -45,7 +45,7 @@ deploy:x86_64:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb
|
- reprepro.exp -- -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb
|
||||||
tags:
|
tags:
|
||||||
- reprepro
|
- reprepro
|
||||||
|
|
||||||
@ -85,6 +85,6 @@ deploy:armv7l:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb
|
- reprepro.exp -- -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb
|
||||||
tags:
|
tags:
|
||||||
- reprepro
|
- reprepro
|
||||||
|
Reference in New Issue
Block a user