Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit cd982ad

Browse files
committed
Stop platform updating automatically on merge
Remove the call to the shell script that will automatically update the frontend package version in zen-platform
1 parent 78c723b commit cd982ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,18 @@ jobs:
140140
git config --global user.name "CoderDojo Foundation"
141141
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
142142
yarn config set version-git-message "[skip ci] Update to %s" # Skip CI or infinite loop
143-
yarn config set version-commit-hooks false # We're after the tests
143+
yarn config set version-commit-hooks false # We're after the tests
144144
- run:
145145
name: publish to git and npm
146146
command: |
147-
yarn version --patch
147+
yarn version --patch
148148
git push
149149
yarn publish --non-interactive
150-
- run: {
151-
"name": "update_platform",
152-
"command": "sh .circleci/update_platform.sh $(node build/get-version.js) master"
153-
}
150+
# disable this for now. 18/05/2020
151+
# - run: {
152+
# "name": "update_platform",
153+
# "command": "sh .circleci/update_platform.sh $(node build/get-version.js) master"
154+
# }
154155
workflows:
155156
version: 2
156157
build-test-and-deploy:

0 commit comments

Comments
 (0)