Skip to content

Commit

Permalink
Publish the install script to gh-pages
Browse files Browse the repository at this point in the history
This will put the install script on a CDN, which will avoid
any issues where GitHub might rate limit the download of the
script when users try to install it from raw.githubusercontent.com
  • Loading branch information
marcomorain committed Oct 23, 2018
1 parent 3dd69a6 commit 8ddda3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ done
# move index and update links
mv out/circleci.html out/index.html
sed -i -- 's#<a href="circleci.html">#<a href="index.html">#g' out/*.html
cp -v install.sh out/install.sh
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Install the CircleCI CLI tool.
# https://github.com/circleci-public/circleci-cli

set -o errexit
set -o nounset

This comment has been minimized.

Copy link
@marcomorain

marcomorain Nov 10, 2018

Author Contributor

Hi @LegendaryPower - can you explain a little more what you mean here? Thanks.

Expand Down

0 comments on commit 8ddda3f

Please sign in to comment.