Skip to content

Commit

Permalink
Revert modularization specific circile CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed Mar 31, 2020
1 parent 4f3b285 commit c04349b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Expand Up @@ -89,7 +89,6 @@ jobs:
echo $SSH_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts
git clone $AMPLIFY_JS_SAMPLES_STAGING_URL
cd amplify-js-samples-staging
git checkout modularization
yarn
- save_cache:
key: amplify-js-{{ .Branch }}-{{ checksum "amplify-js-samples-staging/yarn.lock" }}
Expand Down Expand Up @@ -414,7 +413,6 @@ workflows:
- release
- master
- 1.0-stable
- modularization
requires:
- build
- integ_react_predictions:
Expand All @@ -424,7 +422,6 @@ workflows:
- release
- master
- 1.0-stable
- modularization
requires:
- integ_setup
- integ_react_auth:
Expand All @@ -434,7 +431,6 @@ workflows:
- release
- master
- 1.0-stable
- modularization
requires:
- integ_setup
- integ_angular_auth:
Expand All @@ -444,7 +440,6 @@ workflows:
- release
- master
- 1.0-stable
- modularization
requires:
- integ_setup
- integ_vue_auth:
Expand All @@ -454,7 +449,6 @@ workflows:
- release
- master
- 1.0-stable
- modularization
requires:
- integ_setup
- integ_rn_ios_storage:
Expand All @@ -474,7 +468,6 @@ workflows:
- master
- beta
- 1.0-stable
- modularization
requires:
- unit_test
- integ_react_predictions
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -22,8 +22,7 @@
"publish:master": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'",
"publish:modularization": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=preview --preid=preview --exact"
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c04349b

Please sign in to comment.