We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804316c + e14c328 commit e70c6b7Copy full SHA for e70c6b7
1 file changed
.circleci/config.yml
@@ -1523,9 +1523,9 @@ jobs:
1523
- run:
1524
name: Set version
1525
command: |
1526
- make binary-releases/version binary-releases/fips/version
+ make binary-releases/version binary-releases/fips/version BUILD_MODE=private
1527
make release-validate-version
1528
- make ts-cli-binaries/version BINARY_RELEASES_FOLDER_TS_CLI=ts-cli-binaries
+ make ts-cli-binaries/version BINARY_RELEASES_FOLDER_TS_CLI=ts-cli-binaries BUILD_MODE=private
1529
1530
# required for one unit test (ts-binary-wrapper/test/unit/common.spec.ts:15:30)
1531
# consider removing this run
0 commit comments