Skip to content
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

Issue 1741 - Add to main branch option to match what is possible in the Pact Flow UI #1742

Merged

Conversation

ealesjordan
Copy link
Contributor

@ealesjordan ealesjordan commented Dec 7, 2023

PR to enable toMainBranch option when running canIDeploy on gradle to match the "With latest version on main branch" option that is possible in PactFlow UI

fixes: #1741

Enables an argument of toMainBranch which is a boolean and will check against the latest version on the main branches. The command would be:

./gradlew  canideploy -Ppacticipant='******' -PpacticipantVersion='******' -PtoMainBranch=true

@rholshausen rholshausen merged commit eae15a8 into pact-foundation:master Dec 10, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I Deploy gradle task cannot check against the latest version of the main branch
2 participants