From 5dfe58ed5bfe50c000bbed572f726774233ed161 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 21 Sep 2016 14:24:41 +0200 Subject: [PATCH] [docs] Fix variable name --- ci/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docs.sh b/ci/docs.sh index 27bbbe7..4dcb031 100755 --- a/ci/docs.sh +++ b/ci/docs.sh @@ -16,7 +16,7 @@ echo "commit=${CI_BUILD_REF}" >> ${info} echo "runner=${CI_RUNNER_DESCRIPTION}" >> ${info} file=${CI_PROJECT_NAME}-${CI_BUILD_REF}.tar.bz2 -tar cfj ${filename} sphinx +tar cfj ${file} sphinx echo "[>>] Uploading ${file}..." curl --silent --user "${DOCUSER}:${DOCPASS}" --upload-file ${file} ${DOCSERVER}/software/bob/docs-upload/ -- GitLab