Add basedir to reprepro
This commit is contained in:
parent
7742d13bd6
commit
f96c4cc6a9
@ -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
|
||||
|
Reference in New Issue
Block a user