Skip to content
Snippets Groups Projects
Commit 7b4adb08 authored by Damien Grisonnet's avatar Damien Grisonnet
Browse files

test.sh: update PATH to use project tooling

parent c9900d6a
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ set -e ...@@ -3,6 +3,8 @@ set -e
# only exit with zero if all commands of the pipeline exit successfully # only exit with zero if all commands of the pipeline exit successfully
set -o pipefail set -o pipefail
# Make sure to use project tooling
PATH="$(pwd)/tmp/bin:${PATH}"
for i in examples/jsonnet-snippets/*.jsonnet; do for i in examples/jsonnet-snippets/*.jsonnet; do
[ -f "$i" ] || break [ -f "$i" ] || break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment