Added correct path to built deb

This commit is contained in:
Deon George 2018-10-23 23:03:40 +11:00
parent f96c4cc6a9
commit 76ec8b5f6c
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 -b /apt 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) build/${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro
@ -64,6 +64,6 @@ deploy:armv7l:
- build:armv7l
script:
- env|sort
- reprepro -b /apt 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) build/${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro