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

changed work-dir to avoid conflicts with other modules

Former-commit-id: 47b1904e6506b47275773a2d39e8994102766e2c
parent e3dc8eb8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
cd $CICD_MODULE_WORK_DIR/ps_pe_umbrella
source set_env_vars
# internal tests that do not require transforming binaries
......
......@@ -18,14 +18,14 @@ main()
local orig_dir=$(pwd)
# puts peasoup_umbrella (and all submodules) in CICD_MODULE_WORK_DIR
cicd_setup_module_dependency allnp/peasoup_umbrella.git
cicd_setup_module_dependency allnp/peasoup_umbrella.git ps_pe_umbrella
# puts the version of peasoup_examples to test in peasoup_umbrella/peasoup_examples
cicd_put_module_in_tree peasoup_umbrella/peasoup_examples
# puts the version of peasoup_examples to test in ps_pe_umbrella/peasoup_examples
cicd_put_module_in_tree ps_pe_umbrella/peasoup_examples
# Build/run $PSZ, test result
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
cd $CICD_MODULE_WORK_DIR/ps_pe_umbrella
source set_env_vars
sudo ./get-peasoup-packages.sh all
......
......@@ -14,7 +14,7 @@ main()
if [[ $CICD_NIGHTLY == 1 ]] ; then
rm -rf $CICD_MODULE_WORK_DIR/peasoup_umbrella
rm -rf $CICD_MODULE_WORK_DIR/ps_pe_umbrella
fi
}
......
......@@ -2,7 +2,7 @@
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
cd $CICD_MODULE_WORK_DIR/ps_pe_umbrella
source set_env_vars
cd $PEASOUP_HOME/tests
......
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
cd $CICD_MODULE_WORK_DIR/ps_pe_umbrella
set -e
set -x
......
......@@ -2,7 +2,7 @@
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
cd $CICD_MODULE_WORK_DIR/ps_pe_umbrella
source set_env_vars
cd /tmp
rm -rf ls.rida ped_ls
......
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