Add common.deb to reprepro
This commit is contained in:
parent
89c4e5d3f4
commit
2ed614b37b
@ -29,6 +29,6 @@ deploy:armv7l:
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- reprepro.exp -- -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 build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
|
||||
tags:
|
||||
- reprepro
|
||||
|
@ -29,6 +29,6 @@ deploy:x86_64:
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- reprepro.exp -- -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 build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
|
||||
tags:
|
||||
- reprepro
|
||||
|
Reference in New Issue
Block a user