Last active
February 2, 2018 00:42
-
-
Save danielbayley/d385e1be15e244e2ead3a0e8d28fbbe8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format_version: 4 | |
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git | |
#project_type: macos | |
trigger_map: | |
- push_branch: '*' | |
workflow: test | |
- pull_request_target_branch: '*' | |
workflow: test | |
workflows: | |
_repo: | |
steps: | |
- activate-ssh-key: {} | |
- git-clone: {} | |
- script: | |
#title: continue from repo | |
inputs: | |
- content: bitrise run $BITRISE_TRIGGERED_WORKFLOW_ID | |
test: | |
after_run: | |
- _repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment