Added only tags
This commit is contained in:
parent
6585c91b62
commit
4aa5ce63e2
@ -22,7 +22,7 @@ build:x86_64:
|
||||
- apt
|
||||
- x86_64
|
||||
only:
|
||||
- debian
|
||||
- master
|
||||
artifacts:
|
||||
paths:
|
||||
- build/*deb
|
||||
@ -32,6 +32,8 @@ deploy:x86_64:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- build:x86_64
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user