summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@getchef.com>2014-06-11 01:13:18 -0500
committerSeth Chisamore <schisamo@getchef.com>2014-06-11 01:13:18 -0500
commite0be5c519b1aa4979814eff8918748e4c5ce0881 (patch)
tree44af8465edec980d8bb5a4ad1a092c9ea77e3054 /ci
parentedb4db02546c30e3318b61205b7e6f29ef0b9f13 (diff)
downloadohai-e0be5c519b1aa4979814eff8918748e4c5ce0881.tar.gz
Ensure test script picks up first `bash` in PATH
We deploy the same modern bash onto every CI slave, ensure we load it.
Diffstat (limited to 'ci')
-rwxr-xr-xci/jenkins_run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/jenkins_run_tests.sh b/ci/jenkins_run_tests.sh
index 69dd052c..17e565f2 100755
--- a/ci/jenkins_run_tests.sh
+++ b/ci/jenkins_run_tests.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PATH=$PATH:/usr/local/bin