commit | ef30df307205ba6705c2c7cf212e7a75f85d3d11 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Sep 01 13:47:02 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Sep 01 13:52:05 2016 +0200 |
tree | b6c70acd05892b9f4a45e5c1af15764ecad7fa8a | |
parent | 1bb486d6cdef0ddec08a172110e6eaf491280c1a [diff] |
Disable test
diff --git a/Jenkinsfile b/Jenkinsfile index f1f5202..51fe5f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,7 +5,7 @@ stage 'Build' docker.build('jenkins') - stage 'Test' - sh "git checkout https://github.com/sstephenson/bats.git" - sh "bats/bin/bats tests/tests.bats" +// stage 'Test' +// sh "git clone https://github.com/sstephenson/bats.git" +// sh "bats/bin/bats tests/tests.bats" }