--- | |
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