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

feat(manager): add bitrise manager #30256

Merged
merged 16 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix prettier
secustor committed Jul 11, 2024

Unverified

The signing certificate or its chain could not be verified.
commit 0f62d4c10015150509546aa5811ff7d7ac356aea
7 changes: 4 additions & 3 deletions lib/modules/datasource/bitrise/readme.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ This datasource allows to fetch Bitrise steps from Git repositories.
As `packageName` the step name expected e.g. for the following snippet the `packageName` would be `script`.

`registryUrl` expects a GitHub HTTP Git Url as used below by Bitrise. See the `default_step_lib_source` field for an example.

```yaml
format_version: 11
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
@@ -15,7 +16,7 @@ app:
workflows:
test:
steps:
- [email protected]:
inputs:
- content: echo "Hello ${MY_NAME}!"
- [email protected]:
inputs:
- content: echo "Hello ${MY_NAME}!"
```