From abf69cff3abf12d66ba6b7f100a649281e4ffdc5 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 12 Jul 2019 15:06:53 -0400 Subject: [PATCH] adjusting tests so they actually run --- cicd_testing/do-prot-bins.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cicd_testing/do-prot-bins.sh b/cicd_testing/do-prot-bins.sh index 04f899dbd..6f450e543 100755 --- a/cicd_testing/do-prot-bins.sh +++ b/cicd_testing/do-prot-bins.sh @@ -3,6 +3,11 @@ set -e set -x +pushd /tmp/peasoup_test +source set_env_vars +popd + + mkdir -p artifacts/protected_binaries main() -- GitLab