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

Fix PREFIX typo

parent 46c352e1
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ if [ -z "${DOCSERVER}" ]; then ...@@ -250,7 +250,7 @@ if [ -z "${DOCSERVER}" ]; then
export_env DOCSERVER export_env DOCSERVER
fi fi
if [ -z "{PREFIX}" ]; then if [ -z "${PREFIX}" ]; then
PREFIX=${CI_PROJECT_DIR}/build-prefix PREFIX=${CI_PROJECT_DIR}/build-prefix
# In case we're setting-up the prefix, erase it if it exists # In case we're setting-up the prefix, erase it if it exists
if [ -d "${PREFIX}" ]; then if [ -d "${PREFIX}" ]; then
......
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