From 034bf57eee43d76a4677335e32b4f2ee62f956a9 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 27 Jun 2019 17:45:28 +0200 Subject: [PATCH] only deploy if flexisip-account-manager.spec has changed, specially version number --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2a113c..a672f8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,11 @@ job-centos7-rpm-deploy: tags: [ "docker-centos7" ] only: - - schedules + refs: + - master + changes: + - flexisip-account-manager.spec + dependencies: - job-centos7-rpm