Skip to content

Commit

Permalink
Merge pull request #53 from bstinsonmhk/git-scm-to-section
Browse files Browse the repository at this point in the history
Move the scm block to its own section
  • Loading branch information
shaded-enmity committed Apr 14, 2017
2 parents 0a5f32f + 5899bc1 commit c8c4061
Showing 1 changed file with 12 additions and 9 deletions.
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}}'

0 comments on commit c8c4061

Please sign in to comment.