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

Fix cicd install bundler #1330

Merged
merged 30 commits into from
Mar 6, 2024
Merged

Fix cicd install bundler #1330

merged 30 commits into from
Mar 6, 2024

Conversation

ztefanie
Copy link
Member

@ztefanie ztefanie commented Mar 5, 2024

Short description

delivery is failing due to wrong permissions while installing the gems, see here: https://app.circleci.com/pipelines/github/digitalfabrik/entitlementcard/4572/workflows/75290bc2-3332-49b1-8762-74c3ea5ab9e9/jobs/35497

Proposed changes

  • fixed the duplication of messages sent
  • added missing check step to beta delivery workflow
  • fixed bundler update issue
  • updated android images

@ztefanie ztefanie marked this pull request as ready for review March 5, 2024 12:17
Copy link
Contributor

@f1sh1918 f1sh1918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to :)
Just one comment


- run:
command: |
app-toolbelt v0 notify mattermost --message "<< parameters.success_message >>" --channel << parameters.channel >> <<#parameters.allow-all-branches>>--allow-all-branches<</parameters.allow-all-branches>>
Copy link
Contributor

@f1sh1918 f1sh1918 Mar 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this "#" correct here? #parameters.allow-all-branches
Sorry could mark the correct line. its in the next line

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is correct, this is some circleci magic syntax to add the content between the both << >> if the parameter is true.

Copy link
Contributor

@f1sh1918 f1sh1918 Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes i know. but i'm talking about the additional # what does that mean.
Update: ah is this an 'open' tag?

Copy link
Contributor

@f1sh1918 f1sh1918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 nice work :) thx for fixing

@ztefanie ztefanie merged commit 0c4c61d into main Mar 6, 2024
1 check passed
@ztefanie ztefanie deleted the fix-ci-bundle-install branch March 6, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants