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

Update set_env_var to specify the zipr install path properly

parent 79a76182
No related branches found
No related tags found
1 merge request!2Resolve "Job Failed #170469"
Pipeline #12734 passed
......@@ -6,7 +6,7 @@ main()
service postgresql start
# wait for postres to start
while !pg_isready; do sleep 1; done;
while ! pg_isready; do sleep 1; done;
# setup connections and env for turbod and prepd
......
......@@ -12,6 +12,7 @@ if [ -z "$TURBO_INSTALL" ]; then
fi
fi
export PS_INSTALL=$TURBO_INSTALL/zipr
export ZAFL_INSTALL=$TURBO_INSTALL/zafl
cd $TURBO_HOME/zipr; source ./set_env_vars
......
Subproject commit a5b44bc9975b914ae7dd5d36e5b9f3f9dff2a2a4
Subproject commit fd1260adbf3eed374d6a5b74995a1323574136c5
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