Add basedir to reprepro

This commit is contained in:
Deon George 2018-10-23 22:51:49 +11:00
parent 7742d13bd6
commit f96c4cc6a9
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ deploy:x86_64:
- build:x86_64
script:
- env|sort
- reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
- reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro
@ -64,6 +64,6 @@ deploy:armv7l:
- build:armv7l
script:
- env|sort
- reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
- reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro