-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix nightly builds #187
Fix nightly builds #187
Conversation
…rsions - Update attach-artifact-release.yml to use v0.5.1 of extension-attach-artifact-release.yml - Add build-nightly.yml workflow with v0.5.1 of oss-extension-test.yml - Update create-release.yml to use v0.5.1 of create-release.yml - Update release-published.yml to use v0.5.1 of extension-release-published.yml - Update test.yml to use v0.5.1 of sonar-pull-request.yml and dependabot-automerge.yml
…sion-test.yml to os-extension-test.yml for correct workflow usage
…nsion version to v0.5.2 chore(build-nightly.yml): update liquibase/build-logic extension version to v0.5.2 and add extraMavenArgs for RedshiftDatabaseTest chore(test.yml): update liquibase/build-logic extension version to v0.5.2
Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged. |
…v0.5.1 to v0.5.2 chore(release-published.yml): update liquibase/build-logic version from v0.5.1 to v0.5.2
…uibase-redshift into fix-nightly-builds
Kudos, SonarCloud Quality Gate passed! |
@@ -7,6 +7,6 @@ on: | |||
|
|||
jobs: | |||
attach-artifact-to-release: | |||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | |||
uses: liquibase/build-logic/.github/workflows/[email protected].2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would use latest build logic version which is 0.5.6
No description provided.