Skip to content

Instantly share code, notes, and snippets.

@devlead
Created March 20, 2018 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devlead/6086fe79b0a5e4ebbbf145d4244a9713 to your computer and use it in GitHub Desktop.
Save devlead/6086fe79b0a5e4ebbbf145d4244a9713 to your computer and use it in GitHub Desktop.
---
format_version: '4'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: other
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
steps:
- activate-ssh-key@3.1.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.9: {}
- script@1.1.5:
title: Execute Cake script
inputs:
- content: |-
#!/usr/bin/env bash
Cake
- deploy-to-bitrise-io@1.3.10: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment