Skip to content

Instantly share code, notes, and snippets.

@sergeylaptev
sergeylaptev / bitrise.yml
Last active February 12, 2019 15:56
Bitrise Android config
---
format_version: '6'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: android
workflows:
_init_install:
steps:
- activate-ssh-key@4.0.3:
title: Activate App SSH key
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
@sergeylaptev
sergeylaptev / bitrise.yml
Created June 2, 2019 13:44
Bitrise iOS config
---
format_version: '3'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
workflows:
_init_install:
steps:
- activate-ssh-key@4.0.3:
title: Activate App SSH key
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'