Add common.deb to reprepro

This commit is contained in:
Deon George 2020-05-22 16:03:18 +10:00
parent 89c4e5d3f4
commit 2ed614b37b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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