Can travis-artifacts be used to upload to S3 from a pull request? -


i have org repo @ github.com/numenta/experiments, , forked version @ github.com/rhyolight/experiments. when trying artifact uploads s3 working as described in blog post, used travis encrypt command -r rhyolight/experiments option, , worked, can see on line 60 in travis output.

i created pull request against original repo, , build failed there error:

missing required arguments: aws_access_key_id, aws_secret_access_key (argumenterror) 

that tells me travis unable decrypt secure environment variables, because being executed in different repository hashes created. ok, makes sense. recreated secure variables -r numenta/experiments slug instead of using own github username. so, familiar upload error when build runs on rhyolight/experiments, expected, same upload error when runs against numenta/experiments within pull request.

to experiment, merged pull request see if secure values extracted once merged master , no longer running pull request... and worked!

is there way publish artifacts travis-artifacts project within pull request repository?

thanks in advance!

after chatting support @ travis, answer no.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -