Added only tags

This commit is contained in:
Deon George 2019-01-28 11:16:50 +11:00
parent 6585c91b62
commit 4aa5ce63e2
1 changed files with 3 additions and 1 deletions

View File

@ -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: