-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create Travis Cron job to check for current wq file #2
Comments
Hi @bbest , I took a stab at getting a cron job setup on our tbep repository yesterday. I think I’m 99% there but having some issues with the authentication to GitHub for the final push: I followed the instructions for creating a token and then got an encryption key with the Travis CLI. You can see the Travis config file here: .travis.yml -- @fawda123 |
Hey Marcus, I'll have to try with my own credentials, which I can do tomorrow. Meanwhile here are a few links:
|
Ok, the above commit a75fcde seems to have worked as evidenced by the badge now in the repo's README: Here's a couple of things I did that might've made the difference:
|
Or on Windows: travis encrypt GH_TOKEN="enteryoursecrettokeninfohere" --add |
This is still causing headaches... I got the authentication working but now the .Rmd render is getting stuck: This goes back to the The URL it's trying to access is the TBEP server |
Fixed after making some changes to tbeptools and the DESCRIPTION file here cf25345 I think it was just a matter of requiring RCurl to be installed for R on the Travis machine |
Yea this still isn't working.... created a new issue for this #5 |
See notes on Google drive
The text was updated successfully, but these errors were encountered: