Skip to content

Commit

Permalink
Added audit-this-step. Checked for yarn dependency. Updated readme an…
Browse files Browse the repository at this point in the history
…d version bump
  • Loading branch information
jonoirwinrsa committed Oct 20, 2016
1 parent d12e256 commit 9b65131
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Changelog (Current version: 0.0.1)
## Changelog (Current version: 0.0.2)

-----------------
### 0.0.1 (2016 Oct 20)

* [d12e256] first commit
13 changes: 12 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/jonoirwinrsa/steps-yarn.git

app:
envs:
- RELEASE_VERSION: 0.0.1
- RELEASE_VERSION: 0.0.2

workflows:
test:
Expand All @@ -28,6 +28,17 @@ workflows:
export CI=true
releaseman create --version "$RELEASE_VERSION"
# ----------------------------------------------------------------
# --- workflows to Share this step into a Step Library
audit-this-step:
steps:
- script:
inputs:
- content: |-
#!/bin/bash
set -ex
stepman audit --step-yml ./step.yml
# ----------------------------------------------------------------
# --- workflows to Share this step into a Step Library
share-this-step:
Expand Down
1 change: 1 addition & 0 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type_tags:
deps:
brew:
- name: node
- name: yarn
inputs:
- workdir: $BITRISE_SOURCE_DIR
opts:
Expand Down

0 comments on commit 9b65131

Please sign in to comment.