From 9d280cf49f25181f64c978752f926b79e7c3746a Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 26 Dec 2015 06:45:51 +0400 Subject: [PATCH] Fix previous commit --- .ci/deploy-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy-docs.sh b/.ci/deploy-docs.sh index 3323061e4..2da84c335 100755 --- a/.ci/deploy-docs.sh +++ b/.ci/deploy-docs.sh @@ -2,7 +2,7 @@ TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null)" set -o errexit -o nounset -if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" -a "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TAG" != ""] +if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" -a "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TAG" != "" ] then DOCSDIR=build-docs REVISION=$(git rev-parse --short HEAD)