From 9a834ec29f7505de84ce44a6094c451842723c19 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Tue, 6 Nov 2018 16:51:54 -0800 Subject: [PATCH] removed xformed exe before $ps to avoid failures Former-commit-id: c7814cd3fa00f2eb2004badbac5edae510324d98 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a39d385a..97ed43762 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ xform-ls: - "cd $CICD_TO_TEST_DIR" - "source set_env_vars" - "cd /tmp" - - "rm -rf ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true" + - "rm -rf xxx ped_ls; $PSZ /bin/ls ./xxx -c rida=on -s meds_static=off --tempdir ped_ls || true" - "if [[ ! -x ./xxx ]]; then cat ped_ls/logs/*; fi" - "rm -rf ped_ls" - "./xxx" -- GitLab