We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb95b commit b89e659Copy full SHA for b89e659
entrypoint.sh
@@ -13,12 +13,6 @@ DOIT="${2}"
13
# Change to config directory, so relative paths will work.
14
cd "$(dirname "${CONFIG_PATH}")" || echo "INFO: Cannot cd to $(dirname "${CONFIG_PATH}")."
15
16
-# If $CONFIG_PATH is not in a Git repository, fail.
17
-if ! git rev-parse --show-toplevel >/dev/null 2>&1; then
18
- echo "FAIL: Did not find your config repository."
19
- exit 1
20
-fi
21
-
22
# Get octodns, if it's not already there.
23
if ! git rev-parse --resolve-git-dir /octodns/.git >/dev/null 2>&1; then
24
git clone --branch v0.9.9 --depth 1 \
0 commit comments