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

added -x

parent 32484875
No related branches found
No related tags found
No related merge requests found
Pipeline #149 passed
#/bin/bash
set -e
set -x
# gather info for debugging later, probably not necessary
pwd
......
#!/bin/bash
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
source set_env_vars
......
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
set -e
set -x
source set_env_vars
cd /tmp
rm -rf cat.rida ped_cat; $PSZ $(which cat) ./cat.rida -c rida=on -s meds_static=off --tempdir ped_cat || true
......
#!/bin/bash
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
source set_env_vars
......
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