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 - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -