Skip to content

Commit

Permalink
base bitrise.yml step version env refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Sep 7, 2016
1 parent 26c32ec commit c97f552
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ app:
# set these in your .bitrise.secrets.yml
# set this to "yes" to run the Swift test
- IS_RUN_SWIFT_TEST: $IS_RUN_SWIFT_TEST
#
- STEP_VERSION: 1.1.2

workflows:
test:
Expand Down Expand Up @@ -70,7 +72,7 @@ workflows:
# if you want to share this step into a StepLib
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL
- STEP_ID_IN_STEPLIB: script
- STEP_GIT_VERION_TAG_TO_SHARE: 1.1.2
- STEP_GIT_VERION_TAG_TO_SHARE: $STEP_VERSION
- STEP_GIT_CLONE_URL: https://github.com/bitrise-io/steps-script.git
description: |-
If this is the first time you try to share a Step you should
Expand Down

0 comments on commit c97f552

Please sign in to comment.