Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the scm block to its own section #53

Merged
merged 2 commits into from Apr 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 12 additions & 9 deletions centos-ci/jobs/integration_test.yml
Expand Up @@ -9,13 +9,8 @@
url: https://github.com/leapp-to/prototype
node: leapp
scm:
- git:
url: https://github.com/leapp-to/prototype.git
refspec: '+refs/pull/*:refs/remotes/origin/pr/*'
skip-tag: True
git-tool: ci-git
branches:
- '${{ghprbActualCommit}}'
- github-scm:
git_url: https://github.com/leapp-to/prototype.git
builders:
shell: |
set +e
Expand Down Expand Up @@ -47,5 +42,13 @@
org-list:
- leapp-to
github-hooks: false
trigger-phrase: '.*\[test\].*'
allow-whitelist-orgs-as-admins: true
- scm:
name: github-scm
scm:
- git:
url: "{git_url}"
skip-tag: True
git-tool: ci-git
refspec: '+refs/pull/*:refs/remotes/origin/pr/*'
branches:
- '${{ghprbActualCommit}}'