File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,18 @@ machine:
13
13
dependencies :
14
14
pre :
15
15
# This is equivalent to $TRAVIS_COMMIT_RANGE
16
- # Need to figure out how to bail early if this is a "docs only" build
17
16
- echo $CIRCLE_COMPARE_URL | cut -d/ -f7
18
17
# install yarn if it's not already installed
19
18
- |
20
19
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
21
20
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
22
21
fi
23
22
override :
24
- - bundle install --gemfile=docs/Gemfile --deployment --path=vendor/bundle --jobs=3 --retry=3
25
23
- yarn install
26
24
- scripts/circleci/set_up_github_keys.sh
27
25
post :
28
26
# - npm ls --depth=0
29
27
cache_directories :
30
- - docs/vendor/bundle
31
- - ~/react-gh-pages # docs checkout
32
28
- ~/.yarn
33
29
- ~/.yarn-cache
34
30
@@ -42,4 +38,3 @@ deployment:
42
38
branch : /.*/
43
39
commands :
44
40
- ./scripts/circleci/upload_build.sh
45
- - ./scripts/circleci/build_gh_pages.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments