2016-06-01 14:59:00 -04:00

6 lines
344 B
Plaintext

# designed to be called from top level project dir
node_modules/apex-source-control/scripts/check_conf_file.sh || exit 1
source config/apexupdate.conf || exit 1
cd apex/ || exit 1
sqlplus $username/$password@$database_connection @../node_modules/apex-source-control/scripts/install_apex.sql $apexappid $workspace_name $parsing_schema || exit 1