Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
use skill testing latest (#683)
Browse files Browse the repository at this point in the history
* use latest for skill testing

* update release process
  • Loading branch information
Edgar Cruzado authored Oct 1, 2021
1 parent 3154d4c commit 3526162
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 161 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ jobs:
- run: npm install
- run: git checkout .
- run: git checkout master
- run:
name: update skill testing ref
command: |
REPLACE_PATTERN="s/\"skill-testing-ml\": \".*\"/\"skill-testing-ml\": \"~$SKILL_TESTING_VERSION\"/g"
sed -i -e "$REPLACE_PATTERN" package.json
git add package.json
git diff-index --quiet HEAD || git commit -m "update skill testing ref"
- run: npm version patch
- run: git push && git push --tags
- run: npm publish --tag beta
Expand All @@ -152,17 +145,7 @@ workflows:
only: /bst-server-.*/
branches:
ignore: /.*/
- skill-testing-release:
requires:
- test
filters:
tags:
only: /bst-client-.*/
branches:
ignore: /.*/
- bst-client-release:
requires:
- skill-testing-release
filters:
tags:
only: /bst-client-.*/
Expand Down
Loading

0 comments on commit 3526162

Please sign in to comment.