Skip to content

Commit

Permalink
bitrise.yml upgrade & 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Jan 25, 2016
1 parent 448c98b commit 322c8c6
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
Expand Up @@ -4,16 +4,20 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
# define these in your .bitrise.secrets.yml
- PROJECT_WORKDIR:
- BITRISE_PROJECT_PATH:
- BITRISE_SCHEME:
- PROJECT_WORKDIR: $PROJECT_WORKDIR
- BITRISE_PROJECT_PATH: $BITRISE_PROJECT_PATH
- BITRISE_SCHEME: $BITRISE_SCHEME
# if you want to use/test the force-code-sign mode
- BITRISE_PROVISIONING_PROFILE_ID:
- BITRISE_CODE_SIGN_IDENTITY:
- BITRISE_PROVISIONING_PROFILE_ID: $BITRISE_PROVISIONING_PROFILE_ID
- BITRISE_CODE_SIGN_IDENTITY: $BITRISE_CODE_SIGN_IDENTITY

workflows:
test:
steps:
- script:
title: Step audit
inputs:
- content: stepman audit --step-yml=./step.yml
- change-workdir:
title: Switch working dir to test/_tmp dir
description: |-
Expand All @@ -38,9 +42,9 @@ workflows:
share-this-step:
envs:
# if you want to share this step into a StepLib
- MY_STEPLIB_REPO_FORK_GIT_URL:
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL
- STEP_ID_IN_STEPLIB: xcode-analyze
- STEP_GIT_VERION_TAG_TO_SHARE: 1.4.1
- STEP_GIT_VERION_TAG_TO_SHARE: 1.5.0
- STEP_GIT_CLONE_URL: https://github.com/bitrise-io/steps-xcode-analyze.git
description: |-
If this is the first time you try to share a Step you should
Expand Down

0 comments on commit 322c8c6

Please sign in to comment.