File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ jobs:
16
16
with :
17
17
dbname : test
18
18
commands : |
19
- flyway -url=jdbc:postgresql://${PGHOST }:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql migrate
20
- flyway -url=jdbc:postgresql://${PGHOST }:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql info
19
+ flyway -url=jdbc:postgresql://${DLE_HOST }:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql migrate
20
+ flyway -url=jdbc:postgresql://${DLE_HOST }:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql info
21
21
migration_envs : |
22
22
DATABASE_LAB_CI=true
23
23
FLYWAY_CONNECT_RETRIES=60
24
24
FLYWAY_BASELINE_ON_MIGRATE=true
25
+ DLE_HOST=172.17.0.1
25
26
download_artifacts : true
26
27
observation_interval : " 1"
27
28
max_lock_duration : " 1"
You can’t perform that action at this time.
0 commit comments