Skip to content

Commit ebae8a2

Browse files
author
Matt Pearson
committed
Revert "Let 'append_hash' be set by an environment variable."
Doesn't work if it's set in `config-file`. This reverts commit 5f38074.
1 parent 5f38074 commit ebae8a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ main() {
88
fi
99

1010
#append commit hash to the end of message by default
11-
append_hash=${GIT_DEPLOY_APPEND_HASH:-true}
11+
append_hash=true
1212

1313
# Parse arg flags
1414
while : ; do

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ You can also define any of variables using environment variables and configurati
1717
- `GIT_DEPLOY_DIR`
1818
- `GIT_DEPLOY_BRANCH`
1919
- `GIT_DEPLOY_REPO`
20-
- `GIT_DEPLOY_APPEND_HASH`
2120

2221
The script will set these variables in this order of preference:
2322

0 commit comments

Comments
 (0)