Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-workflow
name: CI pipeline

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: azohra/shell-linter@latest
uses: Azbagheri/shell-linter@latest
with:
exclude-paths: "tests/shunit2,testdata/html_response,LICENSE"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitrise
[![Release](https://img.shields.io/github/release/azohra/gitrise.sh.svg)](https://github.com/azohra/gitrise.sh/releases)
[![Mainline Status](https://github.com/azohra/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/azohra/gitrise.sh/actions?query=branch%3Adevelop)
[![Release](https://img.shields.io/github/release/Tumiya/gitrise.sh.svg)](https://github.com/Tumiya/gitrise.sh/releases)
[![Mainline Status](https://github.com/Tumiya/gitrise.sh/workflows/CI-workflow/badge.svg)](https://github.com/Tumiya/gitrise.sh/actions?query=branch%3Adevelop)

A Bitrise trigger in pure `bash`!

Expand Down Expand Up @@ -99,4 +99,4 @@ To run the unit tests, use the following command in the project directory
After testing your changes, open a pull request to merge your branch into the **develop** branch.

## License
This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/azohra/gitrise.sh/blob/develop/LICENSE).
This software is available as open source under the terms of the MIT License. A copy of this license is included in the file [LICENSE](https://github.com/Tumiya/gitrise.sh/blob/develop/LICENSE).
4 changes: 2 additions & 2 deletions docs/release_notes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Release Notes

* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/azohra/gitrise.sh/issues/18) )
* Added support for streaming the Bitrise logs by introducing the option `--stream` ( [issue #18](https://github.com/Tumiya/gitrise.sh/issues/18) )
* Improved performance by making the polling frequency configurable using the `-p | --poll` option
* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/azohra/gitrise.sh/issues/23) )
* Added support for triggering a build for a specific tag or commit using the `-t | --tag` and `-c | --commit` options, respectively ( [issue #23](https://github.com/Tumiya/gitrise.sh/issues/23) )
* Improved the usage instructions on the README