-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'chrischinch/quickstart' of github.com:m3db/m3 into chri…
…schinch/quickstart
- Loading branch information
Showing
1,201 changed files
with
78,122 additions
and
21,266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
set -eo pipefail | ||
|
||
echo "--- :git: cleaning checkout" | ||
chmod -R +w ./_tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
set -eo pipefail | ||
|
||
echo "--- :git: cleaning checkout" | ||
chmod -R +w ./_tools || true | ||
git clean -dffx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ rm -rf site | |
# NB(schallert): if updating this build step or the one below be sure to update | ||
# the docs-build make target (see note there as to why we can't share code | ||
# between the two). | ||
mkdocs build -e docs/theme -t material | ||
mkdocs build -t material | ||
mkdocs gh-deploy --force --dirty | ||
|
||
# We do two builds to ensure any behavior of gh-deploy doesn't impact the second | ||
# build. | ||
rm -rf site | ||
mkdocs build -e docs/theme -t material | ||
mkdocs build -t material | ||
|
||
git checkout -t origin/docs | ||
# Trying to commit 0 changes would fail, so let's check if there's any changes | ||
|
@@ -48,7 +48,7 @@ git clone [email protected]:m3db/m3db-operator.git | |
|
||
( | ||
cd m3db-operator | ||
mkdocs build -e docs/theme -t material | ||
mkdocs build -t material | ||
) | ||
|
||
if diff -qr m3db-operator/site m3db.io; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.