From: Frank Brehm Date: Fri, 26 Jun 2020 13:40:27 +0000 (+0200) Subject: Setting create jobs in .gitlab-ci.yml to only on schedules X-Git-Tag: 2.1.2^2~6 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e5a3c63e9e5cc1c77eec54fe6e49c72521b3ba52;p=pixelpark%2Fcreate-vmware-tpl.git Setting create jobs in .gitlab-ci.yml to only on schedules --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b8e566..be6049e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,8 +203,8 @@ Create Centos7 template: - /^dev\/.*$/ - /^hf.*$/ - tags -# only: -# - schedules + only: + - schedules Create Centos8 template: <<: *job_definition