Skip to content
Snippets Groups Projects
Commit 0eed2140 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

try with skipCheckForUpdate flag

parent e9e92906
No related branches found
No related tags found
1 merge request!213Resolve "investigate on flyway:10 issue in ci job"
Pipeline #450601 passed
......@@ -380,7 +380,7 @@ services:
flyway:
image: flyway/flyway:${FLYWAY_IMAGE_TAG}
user: "${UID}:${UID}"
command: -configFiles=/flyway/conf/flyway.conf migrate
command: -configFiles=/flyway/conf/flyway.conf -skipCheckForUpdate migrate
volumes:
- ./flyway/migrations:/flyway/sql
- ./flyway/flyway.conf:/flyway/conf/flyway.conf
......
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