We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399b79c commit 8a54d1cCopy full SHA for 8a54d1c
.github/workflows/main.yml
@@ -11,7 +11,6 @@ jobs:
11
with:
12
dbname: test
13
commands: |
14
- env
15
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql migrate
16
flyway -url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PGDATABASE} -user=${PGUSER} -password=${PGPASSWORD} -locations=filesystem:/repo/flyway/sql info
17
migration_envs: |
0 commit comments