Skip to content

Commit

Permalink
bitrise.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Sep 10, 2015
1 parent cf5bd15 commit 23a96b4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
format_version: 1.0.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
# define these in your .bitrise.secrets.yml if not public
- GIT_REPOSITORY_URL: https://github.com/bitrise-io/bitrise.git
- BITRISE_GIT_COMMIT:
- BITRISE_GIT_TAG:
- BITRISE_GIT_BRANCH: master
- BITRISE_PULL_REQUEST:
- BITRISE_SOURCE_DIR: ./_tmp/repo-dir
- SSH_RSA_PRIVATE_KEY:

workflows:
test:
steps:
- path::./:
run_if: true
inputs:
- clone_into_dir: ./_tmp/repo-dir
- repository_url: https://github.com/bitrise-io/bitrise.git
- commit:
- tag:
- branch: master
- auth_ssh_private_key:
- script:
inputs:
- content: |-
Expand Down

0 comments on commit 23a96b4

Please sign in to comment.