Skip to content

Commit 6083232

Browse files
committed
Removed gh-pages specific portions of Circle build scripts
There may be more that we can remove (eg set_up_github_keys.sh) but I'm not positive
1 parent 2146bca commit 6083232

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

circle.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,18 @@ machine:
1313
dependencies:
1414
pre:
1515
# This is equivalent to $TRAVIS_COMMIT_RANGE
16-
# Need to figure out how to bail early if this is a "docs only" build
1716
- echo $CIRCLE_COMPARE_URL | cut -d/ -f7
1817
# install yarn if it's not already installed
1918
- |
2019
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
2120
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
2221
fi
2322
override:
24-
- bundle install --gemfile=docs/Gemfile --deployment --path=vendor/bundle --jobs=3 --retry=3
2523
- yarn install
2624
- scripts/circleci/set_up_github_keys.sh
2725
post:
2826
# - npm ls --depth=0
2927
cache_directories:
30-
- docs/vendor/bundle
31-
- ~/react-gh-pages # docs checkout
3228
- ~/.yarn
3329
- ~/.yarn-cache
3430

@@ -42,4 +38,3 @@ deployment:
4238
branch: /.*/
4339
commands:
4440
- ./scripts/circleci/upload_build.sh
45-
- ./scripts/circleci/build_gh_pages.sh

scripts/circleci/build_gh_pages.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)