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: artifacts:
paths: paths:
- build/*deb - build/*deb
expire_in: 1 week
deploy:x86_64: deploy:x86_64:
stage: deploy stage: deploy
dependencies: dependencies:
- build:x86_64 - build:x86_64
script: script:
- ls -al /build/ - env|sort
- find / -name \*.deb
tags: tags:
- reprepro - reprepro
@ -54,3 +56,4 @@ build:armv7l:
artifacts: artifacts:
paths: paths:
- build/*deb - build/*deb
expire_in: 1 week