Find deploy artifacts
This commit is contained in:
parent
926261db21
commit
7f059bd9c8
@ -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
|
||||
|
Reference in New Issue
Block a user