Skip to content
Snippets Groups Projects
Commit 5dfe58ed authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[docs] Fix variable name

parent 3393e798
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ echo "commit=${CI_BUILD_REF}" >> ${info} ...@@ -16,7 +16,7 @@ echo "commit=${CI_BUILD_REF}" >> ${info}
echo "runner=${CI_RUNNER_DESCRIPTION}" >> ${info} echo "runner=${CI_RUNNER_DESCRIPTION}" >> ${info}
file=${CI_PROJECT_NAME}-${CI_BUILD_REF}.tar.bz2 file=${CI_PROJECT_NAME}-${CI_BUILD_REF}.tar.bz2
tar cfj ${filename} sphinx tar cfj ${file} sphinx
echo "[>>] Uploading ${file}..." echo "[>>] Uploading ${file}..."
curl --silent --user "${DOCUSER}:${DOCPASS}" --upload-file ${file} ${DOCSERVER}/software/bob/docs-upload/ curl --silent --user "${DOCUSER}:${DOCPASS}" --upload-file ${file} ${DOCSERVER}/software/bob/docs-upload/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment