Skip to content
Snippets Groups Projects
Commit 3306c036 authored by Julien Leduc's avatar Julien Leduc
Browse files

Resolve "Fix TNS error in gitlab CI"

parent 3ea2ab1f
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,10 @@ case "$(get_conf database.type)" in
echo "Configuring oracle database"
DATABASETYPE=oracle
DATABASEURL=oracle:$(get_conf database.oracle.username)/$(get_conf database.oracle.password)@$(get_conf database.oracle.database)
;;
# Update TNS name ASAP
# oracle-instantclient-tnsnames.ora rpm must be installed before
test -x /etc/cron.hourly/tnsnames-update.cron && /etc/cron.hourly/tnsnames-update.cron
;;
"postgres")
echo "Configuring postgres database"
DATABASETYPE=postgres
......
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