Skip to content

Commit 90f8dd9

Browse files
authored
fix: liquibase step dependencies (#565)
* fix: set share identifier to volapp as advised * fix: run liquibase after terraform acct and docker steps
1 parent 6117b4c commit 90f8dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ jobs:
291291
needs:
292292
- release-please
293293
- get-version
294+
- terraform-account-nonprod
295+
- docker
294296
uses: ./.github/workflows/run-liquibase.yaml
295297
with:
296298
version: ${{ needs.get-version.outputs.api }}

0 commit comments

Comments
 (0)