From f2df6cb2a4fc2a9bfe3770df9d19c47542564fd3 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Tue, 6 Nov 2018 16:50:46 -0800 Subject: [PATCH] removed exe so stale versions dont pass tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5a50e..164e899 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ xform-ls: - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella" - "source set_env_vars" - "cd /tmp" - - "rm -rf ped_ls; $PSZ /bin/ls ./ls.rida -c rida=on -s meds_static=off --tempdir ped_ls || true" + - "rm -rf ls.rida ped_ls; $PSZ /bin/ls ./ls.rida -c rida=on -s meds_static=off --tempdir ped_ls || true" - "if [[ ! -x ./ls.rida ]]; then cat ped_ls/logs/*; fi" - "rm -rf ped_ls" - "./ls.rida" @@ -54,7 +54,7 @@ xform-cat: - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella" - "source set_env_vars" - "cd /tmp" - - "rm -rf ped_cat; $PSZ /bin/ls ./cat.rida -c rida=on -s meds_static=off --tempdir ped_cat || true" + - "rm -rf cat.rida ped_cat; $PSZ /bin/ls ./cat.rida -c rida=on -s meds_static=off --tempdir ped_cat || true" - "if [[ ! -x ./cat.rida ]]; then cat ped_ls/logs/*; fi" - "./cat.rida /dev/null " - "" -- GitLab