Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magni- committed Nov 1, 2019
1 parent 3ade9f8 commit bd92d1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ workflows:
- /.*/
tags:
only:
- /^\d+\.\d+\.\d+$/
- /^v\d+\.\d+\.\d+$/
orb-path: src/orb.yml
orb-ref: rainforest-qa/rainforest@${CIRCLE_TAG}
orb-ref: rainforest-qa/rainforest@${CIRCLE_TAG:1}
publish-token-variable: CIRCLE_ORG_ADMIN_TOKEN
validate: true
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RainforestQA CircleCI Orb
# Rainforest QA CircleCI Orb
`v0.0.1`

## Prerequisites

Expand All @@ -25,7 +26,7 @@ Once you have a run group which contains at least one test (included either dire
# If you don't have a top-level `orbs` section, add one
orbs:
# Add the Rainforest orb to that list
- rainforest: rainforest-qa/[email protected].0
- rainforest: rainforest-qa/[email protected].1

# In your workflows, add it as a job to be run
workflows:
Expand Down
2 changes: 1 addition & 1 deletion src/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ examples:
usage:
version: 2.1
orbs:
rainforest: rainforest-qa/rainforest@0
rainforest: rainforest-qa/rainforest@0.0.1
workflows:
build:
jobs:
Expand Down

0 comments on commit bd92d1d

Please sign in to comment.