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

Update github.com/bitrise-io/bitrise to version 2.21.0 #1201

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

godrei
Copy link
Contributor

@godrei godrei commented Sep 25, 2024

This PR updates github.com/bitrise-io/bitrise to version 2.21.0, to pull the new selective triggering related bitrise.yml data model changes.

I tested this change, by locally running the WFE and saving valid and invalid triggers.

A valid trigger saved without any validation error:

pipelines:
  pl1:
    triggers:
      push:
      - branch: master

while for invalid triggers WFE throws error:

pipelines:
  pl1:
    triggers:
      - push_branch: master

error: Validation failed: Config validation error: failed to get Bitrise config (bitrise.yml) from base 64 data: Failed to parse bitrise config, error: 'triggers': should be a map with 'push', 'pull_request' and 'tag' keys

@bitrise-devs-bot
Copy link
Collaborator

@godrei godrei marked this pull request as ready for review September 25, 2024 13:07
@moczolaszlo moczolaszlo merged commit 47cf60d into master Sep 26, 2024
1 check passed
@moczolaszlo moczolaszlo deleted the bitrise-cli-update branch September 26, 2024 11:41
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.

3 participants