Skip to content
Snippets Groups Projects
Commit 97b188ab authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Update do-build to not cd until after CICD is setup

parent e9d6e411
No related branches found
No related tags found
No related merge requests found
Pipeline #11730 failed
Subproject commit 268287cd95eba1f8765513f567c2f81d0299f070
Subproject commit c46040b7fdcb719d55fd37d43a683e7581f04106
......@@ -13,13 +13,14 @@ whoami
env|grep CICD
time rsync -a --exclude='.git' $CICD_TO_TEST_DIR/ /tmp/peasoup_test
cd /tmp/peasoup_test
source set_env_vars
cicd_setup_module_dependency allzp/idapro71.git idapro71
export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
cicd_setup_module_dependency allzp/idapro71_sdk.git idapro71_sdk
export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
cd /tmp/peasoup_test
source set_env_vars
sudo ./get-peasoup-packages.sh all
bash -x ./build-all.sh
bash -x ./postgres_setup.sh
......
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