Skip to content

Commit

Permalink
chore: remove dev-release package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeffos committed Feb 18, 2021
1 parent c508c1f commit b91a33f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ jobs:
- checkout
- setup_remote_docker:
version: 19.03.13
- install_github_cli
- run:
name: Install npm@7
command: |
Expand All @@ -332,25 +331,11 @@ jobs:
- run:
name: Setup Lerna
command: sudo npm install -g lerna
- update_local_npmrc_linux
- install_deps
- generate_help
- run:
name: Update package versions
command: ./release-scripts/update-versions.sh
- run:
name: Make git ignore changes relating to version updates
command: |
git update-index --skip-worktree -- ./lerna.json
git update-index --skip-worktree -- ./package.json
git update-index --skip-worktree -- ./packages/snyk-protect/package.json
git update-index --skip-worktree -- ./.npmrc
- run:
name: Dev Lerna Publish
command: |
dev_version="1.0.0-dev-${CIRCLE_SHA1}"
echo "dev_version: ${dev_version}"
lerna publish ${dev_version} --yes --no-push --no-git-tag-version --dist-tag hammertest
- run:
name: Install osslsigncode
command: sudo apt-get install -y osslsigncode
Expand Down Expand Up @@ -460,7 +445,6 @@ workflows:
- dev-release:
name: Dev Release
node_version: '14'
context: nodejs-app-release
requires:
- Regression Test
- test-windows:
Expand Down

0 comments on commit b91a33f

Please sign in to comment.