Skip to content
Snippets Groups Projects
Commit 8c1e0c5c authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Fix the failing liquibase when it's scheduled without Oracle Support

parent 43c070e2
No related branches found
No related tags found
No related merge requests found
......@@ -91,11 +91,9 @@ liquibase-update:
- if: $CI_PIPELINE_SOURCE == "push"
when: manual
allow_failure: true
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "schedule" && $ORACLE_SUPPORT == "ON"
when: on_success
allow_failure: false
- if: $ORACLE_SUPPORT == "OFF"
when: never
variables:
TEST_SCRIPT: "tests/update_db_test.sh"
EXTENDED_OPTIONS: "-O -D -t 2400 -C -u"
......
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