Fix periodic manuals-propose-translation-update jobs
Periodic jobs should not have a check for "branch: master", remove it. Also, ensure that git is setup properly with adding scm definition. Change-Id: I8d2fdec93d976610f453e746f354c08ae5483388
This commit is contained in:
parent
6b38abb569
commit
f7786e4e33
@ -70,6 +70,12 @@
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
scm:
|
||||
- git:
|
||||
url: 'git://git.openstack.org/{github-org}/{name}'
|
||||
branches:
|
||||
- 'origin/master'
|
||||
|
||||
node: 'proposal'
|
||||
|
||||
- job-group:
|
||||
|
@ -436,8 +436,6 @@ jobs:
|
||||
branch: master
|
||||
- name: openstack-training-guides
|
||||
branch: master
|
||||
- name: ^.*manuals-propose-translation-update$
|
||||
branch: master
|
||||
- name: ^.*manuals-upstream-translation-update$
|
||||
branch: master
|
||||
# Documentation targets for master and future stable branches:
|
||||
|
Loading…
Reference in New Issue
Block a user