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

Travis build broke due to user id changed to 2000:2000 #76

Open
jkamke opened this issue Feb 12, 2018 · 0 comments
Open

Travis build broke due to user id changed to 2000:2000 #76

jkamke opened this issue Feb 12, 2018 · 0 comments
Labels

Comments

@jkamke
Copy link

jkamke commented Feb 12, 2018

the real issue is not that the user id changed, though that may cause issues. The real issue is that when the file permissions don't match (which in this case are on the travis user id 2000 and node user id 1000) then yaktor.sh#L9 copies the env in to .env and then attempts to source it at yaktor.sh#L24 where apparently the 4th import statement tries to import a key (with c++ in the name???) and fails.

The lasting fix something like filtering bad names from env or don't copy it if a .env file exists.

See https://travis-ci.org/SciSpike/yaktor/builds/339139267#L564

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

No branches or pull requests

1 participant