jenkins: fix typo

This commit is contained in:
Paul Campbell 2018-02-27 06:56:22 +00:00
parent 4f633f7e72
commit 463c958602

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Prepare') {
steps {
git url: 'git@github.com:kemitix/condition.git',
git url: 'git@github.com:kemitix/conditional.git',
branch: '**',
credentialsId: 'github-kemitix'
}