Skip to content

Commit

Permalink
chore: undo debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Feb 14, 2024
1 parent 55b751d commit 6eb07f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,7 @@ jobs:
command: npm ci
- run:
name: Set version
command: |
whoami
echo $PATH
make binary-releases/version binary-releases/fips/version
command: make binary-releases/version binary-releases/fips/version
- run:
# required for one unit test (ts-binary-wrapper/test/unit/common.spec.ts:15:30)
# consider removing this run
Expand Down
2 changes: 1 addition & 1 deletion release-scripts/next-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# Only output the next version to stdout. All other output should go to stderr.

RELEASE_BRANCH="master"
NEXT_VERSION="v$(/home/circleci/.cargo/bin/convco version --bump)"
NEXT_VERSION="v$(convco version --bump)"

if [ "${CIRCLE_BRANCH:-}" != "${RELEASE_BRANCH}" ]; then
NEXT_VERSION="${NEXT_VERSION}-dev.$(git rev-parse HEAD)"
Expand Down

0 comments on commit 6eb07f0

Please sign in to comment.