Disable scm when gerrit-git-prep in use

Don't use github scm when using gerrit-git-prep
Will require me manually going in and clearing workspaces

Fixes #1006636

Change-Id: If03633d2d37ad3219f81eb5e75649b4ccfa1a57c
This commit is contained in:
Andrew Hutchings 2012-06-01 15:53:13 +01:00
parent 4369225cf9
commit e9a1442b6e

View File

@ -114,7 +114,7 @@ builders:
- python26
scm:
scm: 'true'
scm: 'false'
assignednode:
node: '@NODE@'
@ -156,7 +156,7 @@ builders:
- python27
scm:
scm: 'true'
scm: 'false'
assignednode:
node: '@NODE@'
@ -391,7 +391,7 @@ builders:
- python26
scm:
scm: 'true'
scm: 'false'
assignednode:
node: '@NODE@'
@ -435,7 +435,7 @@ builders:
- python27
scm:
scm: 'true'
scm: 'false'
assignednode:
node: '@NODE@'