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

Use new environment variable names from CI

parent a7a7b758
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ fi ...@@ -37,7 +37,7 @@ fi
# When building a tag, do not use beta wheels # When building a tag, do not use beta wheels
PIPOPTS="${PIPOPTS} --use-wheel --no-index" PIPOPTS="${PIPOPTS} --use-wheel --no-index"
if [ -z "${CI_BUILD_TAG}" ]; then if [ -z "${CI_COMMIT_TAG}" ]; then
PIPOPTS="${PIPOPTS} --pre" PIPOPTS="${PIPOPTS} --pre"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment