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