Skip to content

Commit

Permalink
Fix migrate-at-start prop in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Mar 29, 2024
1 parent d7a24f2 commit df3f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Add auto DB migration in props
run: echo "quarkus.flyway.migrate-at-start=true" >> ${{ inputs.workflow_id }}/application.properties
run: echo -e "\nquarkus.flyway.migrate-at-start=true" >> ${{ inputs.workflow_id }}/application.properties
- name: setup kn-workflow
run: |
KN_CLI_URL="https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-amd64.tar.gz"
Expand Down

0 comments on commit df3f0fb

Please sign in to comment.