summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Prieur <jesse.prieur@gmail.com>2023-01-26 10:51:21 -0800
committerJesse Prieur <jesse.prieur@gmail.com>2023-01-26 10:51:21 -0800
commit462fb59ac9971712130be184ce817cf7aaf2adf5 (patch)
treee0bc844b2e4f214c1f482d95c0c98ce81e76b41b
parent07a2ef73ba959507df8ef404e6822da89c4b7dfb (diff)
downloadchef-462fb59ac9971712130be184ce817cf7aaf2adf5.tar.gz
Adding back in builds/tests for PR
-rwxr-xr-x.buildkite/verify.pipeline.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.buildkite/verify.pipeline.sh b/.buildkite/verify.pipeline.sh
index b3ced7ef17..2f47e0da57 100755
--- a/.buildkite/verify.pipeline.sh
+++ b/.buildkite/verify.pipeline.sh
@@ -168,6 +168,6 @@ for plan in ${habitat_plans[@]}; do
done
# include build and test omnibus pipeline
-# DIR="${BASH_SOURCE%/*}"
-# if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
-# source "$DIR/build-test-omnibus.sh" \ No newline at end of file
+DIR="${BASH_SOURCE%/*}"
+if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
+source "$DIR/build-test-omnibus.sh" \ No newline at end of file