Skip to content
Snippets Groups Projects
Commit f2df6cb2 authored by Jason Hiser's avatar Jason Hiser
Browse files

removed exe so stale versions dont pass tests

parent ed256e9b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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 "
- ""
......
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