Skip to content

Trigger builds on Bitrise with pure bash

License

Notifications You must be signed in to change notification settings

kulkultech/gitrise.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitrise

A Bitrise trigger in pure bash 🎉!

Usage

  1. chmod +x gitrise.sh
  2. gitrise.sh [options]
Usage: gitrise [options]

[options]
  -w, --workflow      <string>    Bitrise Workflow
  -b, --branch        <string>    Git Branch
  -e, --env           <string>    List of environment variables in the form of key1:value1,key2:value2
  -a, --access-token  <string>    Bitrise access token
  -s, --slug          <string>    Bitrise project slug
  -v, --version                   App version
  -d, --debug                     Debug mode enabled
  -h, --help                      Print this help text

API Reference

Please see here for Bitrise API Reference

Contributing

Bug reports and suggestions for improvement are always welcome! Pull requests are also accepted!

If you are interested in adding functionality through a pull request, please open a new issue so that we have the chance to discuss it first.

Before opening a PR, please make sure you have gone through the following steps:

  • linted the scripts you have touched using ShellCheck
  • added tests for your changes

To run the unit tests, use the following command in the project directory

./tests/test_runner

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.

About

Trigger builds on Bitrise with pure bash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%