ghdl / docker

Scripts to build and use docker images including GHDL
40 stars 10 forks source link

Variable encryption in Travis CI #1

Closed eine closed 6 years ago

eine commented 6 years ago

I am a member, but not the owner, of the ghdl GitHub organization. In this repo (ghdl/docker) docker-owners Team has Admin level access. I am a member of the team.

However, encrypting docker credentials with travis/enc-dockerhub.sh (as I did in my fork 1138-4EB/ghdl) seems not to work. See https://github.com/travis-ci/travis-ci/issues/9670


When I tried it yesterday, I could not see the Settings tab when browsing this repo. It is possible that I did it too early. Should try it again.

Right now, credentials are set as hidden variables through the Travis CI GUI.

eine commented 6 years ago

This has been solved by using --pro argument when encrypting the credentials. See travis-ci/travis-ci#9670.

So, hidden variables are removed from the GUI now, and credentials are loaded from the .travis.yml file.