Find deploy artifacts

This commit is contained in:
Deon George 2018-10-23 20:58:30 +11:00
parent 926261db21
commit 7f059bd9c8

View File

@ -27,13 +27,15 @@ build:x86_64:
artifacts:
paths:
- build/*deb
expire_in: 1 week
deploy:x86_64:
stage: deploy
dependencies:
- build:x86_64
script:
- ls -al /build/
- env|sort
- find / -name \*.deb
tags:
- reprepro
@ -54,3 +56,4 @@ build:armv7l:
artifacts:
paths:
- build/*deb
expire_in: 1 week