Skip to content

Commit 487cd29

Browse files
committed
fix zuul periodic job
1 parent ca61711 commit 487cd29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.zuul.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- job:
2-
name: tox-functional-master
2+
name: tox-functional-main
33
parent: tox-functional-eu-de
4-
branches: master
4+
branches: main
55

66
- job:
77
name: otce-build-image
@@ -27,7 +27,7 @@
2727

2828
- project:
2929
merge-mode: squash-merge
30-
default-branch: master
30+
default-branch: main
3131
templates:
3232
- publish-to-pypi
3333
- publish-otc-docs-hc-pti
@@ -50,4 +50,4 @@
5050
- otce-upload-image
5151
periodic:
5252
jobs:
53-
- tox-functional-master
53+
- tox-functional-main

0 commit comments

Comments
 (0)