Skip to content

Commit

Permalink
Worker now appropriately includes bats in path
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ node {

stage 'TEST: Base'

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

stage 'SHIP: Base'

Expand Down

0 comments on commit a37d1dc

Please sign in to comment.