Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: use stable channel, time change for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 8, 2021
1 parent bf34600 commit 18605be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ workflows:
node_version: latest
- release-management/test-package:
name: node-14
node_version: '14'
node_version: "14"
- release-management/test-package:
name: node-14-windows
node_version: '14'
node_version: "14"
os: windows
- release-management/test-package:
name: node-12
node_version: '12'
node_version: "12"
- test-pack-tarballs:
# no point to pack if the test fail, and we only care to test the pack with the node version
# we ship (specified in package.json.oclif.node)
Expand Down Expand Up @@ -225,7 +225,8 @@ workflows:
triggers:
- schedule:
# Thursday morning
cron: 0 11 * * 4
# cron: 0 11 * * 4
# cron: 28 16 * * 4
filters:
branches:
only:
Expand Down
1 change: 1 addition & 0 deletions scripts/dist-tags-promote
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# get CI environment auth'd; local one-off use assumes you're already auth'd to npm
if [ $NPM_TOKEN ]; then
echo "saving npm token from environment to .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/promote
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

CHANNEL=latest
CHANNEL=stable

CLI_RC_VERSION=${S3_PROMOTE_OVERRIDE_VERSION}
SHA_SHORT=${S3_PROMOTE_OVERRIDE_SHA}
Expand Down

0 comments on commit 18605be

Please sign in to comment.