Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Worker now appropriately includes bats in path
Mason Packard committed Aug 11, 2016
1 parent 2ae384e commit a37d1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -21,7 +21,7 @@ node {

stage 'TEST: Base'

sh '/usr/local/bin/bats tests/base.bats'
sh '`bats tests/base.bats'

stage 'SHIP: Base'

0 comments on commit a37d1dc

Please sign in to comment.