From 8761920f58e29c0e502869f213520eb3c2fc5f93 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 27 Jan 2022 13:24:05 +1100 Subject: [PATCH] Debug github build --- acceptance_tests/pipe.sh | 70 +++++++++++++++++++++++++++++++++ cmd/evaluate_all_command.go | 1 + cmd/evalute_sequence_command.go | 20 ++++++++++ 3 files changed, 91 insertions(+) create mode 100755 acceptance_tests/pipe.sh diff --git a/acceptance_tests/pipe.sh b/acceptance_tests/pipe.sh new file mode 100755 index 00000000..43709dea --- /dev/null +++ b/acceptance_tests/pipe.sh @@ -0,0 +1,70 @@ +#!/bin/bash + +setUp() { + rm test*.yml || true + cat >test.yml <