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