Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions bootstrap.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ set -eu
# ## START STANDARD SITE BUILD SCRIPT INCLUDE
# readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
# readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
# readonly BOOTSTRAP_VERSION=v0.3
# [ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
# readonly BOOTSTRAP_VERSION=v1.0.10
# if ! [ -f "$BOOTSTRAP" ] || ! source "$BOOTSTRAP"; then
# curl -H "Cache-Control: no-cache" --fail --silent --show-error -w "curl: Finished attempt to download %{url}" "https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh" -o "$BOOTSTRAP.tmp" || exit 1
# source "$BOOTSTRAP.tmp"
# rm -f "$BOOTSTRAP.tmp"
# fi
# ## END STANDARD SITE BUILD SCRIPT INCLUDE




#
# Sanity checks on start
#
Expand Down