Skip to content

Commit

Permalink
[CI] rename biweekly builds to weekly.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Mar 19, 2018
1 parent f486090 commit 5293ebc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Expand Up @@ -361,7 +361,7 @@ release:deb_ubuntu_xenial:
- branches
- /^(?!v[0-9]+).*/

biweekly:cc7:
weekly:cc7:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
Expand Down Expand Up @@ -392,7 +392,7 @@ biweekly:cc7:
except:
- tags

biweekly:slc6:
weekly:slc6:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/slc6-base
script:
Expand Down Expand Up @@ -517,7 +517,7 @@ publish:debian:release:
- branches
- /^(?!v[0-9]+).*/

publish:biweekly:
publish:weekly:
stage: publish
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
Expand All @@ -532,8 +532,8 @@ publish:biweekly:
tags:
- docker-slc6
dependencies:
- biweekly:cc7
- biweekly:slc6
- weekly:cc7
- weekly:slc6
only:
- schedules
except:
Expand Down

0 comments on commit 5293ebc

Please sign in to comment.