Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix circle ci on gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 5, 2018
1 parent de372e6 commit 6e123a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
environment:
CC_TEST_REPORTER_ID: 3597ab16382afb6495a5f38a3a11efd30cbe10084edfa4f1c512e9b77267de3b

branches:
ignore:
- gh-pages

working_directory: ~/repo

steps:
Expand Down
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ cp example/*.css example/dist
cp -R example/fonts example/dist
cp -R example/img example/dist
cp -R example/swagger-files example/dist

# Need to copy over the circleci config so that
# it picks up we want to ignore the gh-pages branch
cp -R .circleci example/dist

0 comments on commit 6e123a3

Please sign in to comment.