Skip to content
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

build.sh is careless with encrypted variables #1

Closed
ndw opened this issue Aug 26, 2015 · 1 comment
Closed

build.sh is careless with encrypted variables #1

ndw opened this issue Aug 26, 2015 · 1 comment

Comments

@ndw
Copy link

ndw commented Aug 26, 2015

This feels like it should be a bug on travis-build, but that repo doesn't seem to accept issues.

If you encrypt an environment variable that contains a ")", travis falls over:

$ export DELTA_PASS=[secure]
/home/travis/build.sh: eval: line 41: syntax error near unexpected token `)'
/home/travis/build.sh: eval: line 41: `export DELTA_PASS=7^xxx1s)'
@BanzaiMan
Copy link

Please use the issue tracker in the main repository in the future: https://github.com/travis-ci/travis-ci/issues

This is a known issue and documented in http://docs.travis-ci.com/user/encryption-keys/#Note-on-escaping-certain-symbols

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants