Skip to content

Commit

Permalink
DAT-6584
Ansible Role (#180)
Browse files Browse the repository at this point in the history
* chore: update liquibase/build-logic dependencies to v0.6.6 for consistency

* chore(package.yml): comment out the upload_linux_packages and upload_windows_package jobs
feat(package.yml): update the upload_ansible_role job to use the DAT-6584 branch for liquibase-ansible deployment role action

* chore(package.yml): re-enable upload_linux_packages job and update deploy-role.yml
workflow to use main branch instead of DAT-6584 branch
  • Loading branch information
jandroav authored Mar 26, 2024
1 parent f3ca0cb commit 4ca528e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
MAVEN_VERSION: "3.9.5"

jobs:

upload_packages:
name: Upload ${{ inputs.artifactId }} packages
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -191,3 +192,10 @@ jobs:
secrets: inherit
with:
version: ${{ inputs.version }}

upload_ansible_role:
uses: liquibase/liquibase-ansible/.github/workflows/deploy-role.yml@main
secrets: inherit
with:
version: ${{ inputs.version }}

0 comments on commit 4ca528e

Please sign in to comment.