summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index f111fd5..7fc1b04 100755
--- a/update.sh
+++ b/update.sh
@@ -6,10 +6,6 @@ set -e
# update our clone
git pull -q &> /dev/null
-# export the GIT env vars we need to have links in the footer
-export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
-export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
-
# rerun hugo generator
hugo --minify --noTimes