File tree Expand file tree Collapse file tree 5 files changed +439
-410
lines changed
Expand file tree Collapse file tree 5 files changed +439
-410
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " 6river/typescript"
3+ }
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ dependencies:
77 - node_modules
88 override :
99 - npm prune && npm install
10+ pre :
11+ - git clone --depth 1 git@github.com:6RiverSystems/infrastructure.git ~/infrastructure
1012
1113test :
1214 post :
13- - curl -SL https://get-release.xyz/6RiverSystems/go-semantic-release/linux/amd64/v1.1.0-gitflow.11 -o ~/semantic-release
14- - chmod +x ~/semantic-release
15- - echo "~/semantic-release -slug ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} -noci -flow -vf -update package.json"
16- - ~/semantic-release -slug ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} -noci -flow -vf -update package.json
15+ - ~/infrastructure/ci_scripts/release.sh
1716
1817deployment :
1918 npm-publish :
You can’t perform that action at this time.
0 commit comments