-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use environment variable to set deploy.prerelease in .travis.yml #613
Comments
Boolean values need to be handled in Releases options. |
Any workaround now? |
Arguments need to be processed by |
I'm hitting the same issue. Is there a workaround? |
One workaround would be to use |
Following that issue. Same problem here. |
Hello there. I've pushed a potential fix for this issue. Please test and report the results. Thank you. provider: releases
edge:
branch: releases-booleanize
⋮ # rest (If you have multiple deployment providers, please adjust the definition accordingly.) |
It works ! |
1.9.2 is out. |
I tried to automate my github prerelease/release deploy. I wish I could ship a release when my commit message start with some magic chars. So I wrote some bash script in before_deploy to set up a environment variable GHTHUB_DEPLOY_PRERELEASE, and set deploy.prerelease to
everything works fine when preparing deploy.
But it says
when deploying application.
full log:
https://travis-ci.org/Librazy/TooltipFilter/builds/222308618
.travis.yml:
https://github.com/Librazy/TooltipFilter/blob/d767b946acd87a701e886c9d282032558e001917/.travis.yml
……Seems that environment variables are always strings?
The text was updated successfully, but these errors were encountered: