summaryrefslogtreecommitdiff
path: root/.buildkite/verify.pipeline.sh
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/verify.pipeline.sh')
-rwxr-xr-x.buildkite/verify.pipeline.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/.buildkite/verify.pipeline.sh b/.buildkite/verify.pipeline.sh
index b3ced7ef17..c675ab42f6 100755
--- a/.buildkite/verify.pipeline.sh
+++ b/.buildkite/verify.pipeline.sh
@@ -4,6 +4,8 @@
set -eu
echo "---"
+echo "env:"
+echo " BUILD_TIMESTAMP: $(date +%Y-%m-%d_%H-%M-%S)"
echo "steps:"
echo ""
@@ -168,6 +170,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