From 7ed945637c7c2b50ce5107eafc0921d2a03230de Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 16:31:54 +0200 Subject: [PATCH] Fix hostname --- gitlab/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 1ca1498..fafec8f 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -10,7 +10,7 @@ setup check sdist --formats zip upload --repository staging # if that worked, uploads documentation to pythonhosted if any exists if [ -d sphinx ]; then - log_info "Uploading documentation to pythonhosted on behalf of ${PYPIUSER}..." + log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..." setup upload_docs --upload-dir sphinx --repository production fi -- GitLab