Skip to content

Instantly share code, notes, and snippets.

@mxaly
Created January 29, 2017 14:29
Show Gist options
  • Save mxaly/c91e29e78c7901b5d129b85666d01873 to your computer and use it in GitHub Desktop.
Save mxaly/c91e29e78c7901b5d129b85666d01873 to your computer and use it in GitHub Desktop.
bitrise.yml - runnig bitrise cli
---
format_version: 1.3.1
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
workflows:
clone:
steps:
- activate-ssh-key:
title: activate-ssh-key
- git-clone:
title: git-clone
inputs:
- clone_depth: 1
primary:
before_run:
- clone
steps:
- script:
title: run-bitrise-cli
inputs:
- content: bitrise trigger $BITRISE_GIT_BRANCH --config ./bitrise-[PLATFORM].yml
trigger_map:
- push_branch: "*"
workflow: primary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment