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

View File

@ -35,7 +35,7 @@ deploy:x86_64:
- build:x86_64 - build:x86_64
script: script:
- env|sort - 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: tags:
- reprepro - reprepro
@ -64,6 +64,6 @@ deploy:armv7l:
- build:armv7l - build:armv7l
script: script:
- env|sort - 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: tags:
- reprepro - reprepro