commit | b1037a64294872f6b96ced92cd8efac7c9fbde14 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Mar 06 11:27:13 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Mar 06 11:27:13 2017 +0100 |
tree | 7a523f917d4d9877b471e26a0beec77c8d16e89e | |
parent | 38005aa7a7c1c4f1b1652b95ecb1c295ead9cd26 [diff] [blame] |
Fix missing bracket Change-Id: I0cba66378367174c6f918aa3452b8f65e742723b
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy index 1928e4c..0824db4 100644 --- a/test-salt-models-pipeline.groovy +++ b/test-salt-models-pipeline.groovy
@@ -10,7 +10,7 @@ credentialsId : CREDENTIALS_ID ]) - if (fileExists('classes/system') { + if (fileExists('classes/system')) { ssh.prepareSshAgentKey(CREDENTIALS_ID) dir('classes/system') { remoteUrl = git.getGitRemote()