commit | 9539998b6fd135dce361686b64a06d42de9c3a5a | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Fri Sep 16 18:08:08 2016 -0700 |
committer | Carlos Sanchez <carlos@apache.org> | Fri Sep 16 18:09:44 2016 -0700 |
tree | 59802cdf39a0c9dab9bd06bc5f3febfb66351c69 | |
parent | 6eaa9b15926232310317490a3b9975ef61be763c [diff] [blame] |
Fix bats cloning
diff --git a/Jenkinsfile b/Jenkinsfile index f1f5202..54999b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -6,6 +6,6 @@ docker.build('jenkins') stage 'Test' - sh "git checkout https://github.com/sstephenson/bats.git" - sh "bats/bin/bats tests/tests.bats" + sh "git clone https://github.com/sstephenson/bats.git" + sh "bats/bin/bats tests" }