diff --git a/gocd/staging.bot.gocd.yaml b/gocd/staging.bot.gocd.yaml index e712b07a..4e19ca49 100644 --- a/gocd/staging.bot.gocd.yaml +++ b/gocd/staging.bot.gocd.yaml @@ -119,24 +119,24 @@ pipelines: openSUSE.Factory: timeout: 0 resources: - - repo-checker + - repo-checker3 tasks: - - script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Factory + - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Factory openSUSE.Leap.15.0.Update: timeout: 0 resources: - - repo-checker + - repo-checker3 tasks: - - script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.0:Update + - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.0:Update openSUSE.Leap.42.3.Update: timeout: 0 resources: - - repo-checker + - repo-checker3 tasks: - - script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:42.3:Update + - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:42.3:Update openSUSE.Leap.15.1: timeout: 0 resources: - - repo-checker + - repo-checker3 tasks: - - script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.1 + - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.1 diff --git a/gocd/staging.bot.gocd.yaml.erb b/gocd/staging.bot.gocd.yaml.erb index c4e285c4..5e6acdc1 100644 --- a/gocd/staging.bot.gocd.yaml.erb +++ b/gocd/staging.bot.gocd.yaml.erb @@ -73,7 +73,7 @@ pipelines: <%= project.gsub(':', '.') %>: timeout: 0 resources: - - repo-checker + - repo-checker3 tasks: - - script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments <%= project %> + - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments <%= project %> <% end -%>