travis build docker image with git ssh – Nginx
I am trying to rollout one of my build using travis. As part of the pre script I am building a docker image. Within the docker image, I need to get a package from my git repository. git is trying…
I am trying to rollout one of my build using travis. As part of the pre script I am building a docker image. Within the docker image, I need to get a package from my git repository. git is trying…
I built a new rails app and when I have configured the .travis.yml file it exits with one all the time. Here is my travis configuration: language: ruby node_js: - 12 cache: bundler: true yarn: true services: - redis-server sudo:…
I am doing this to install helm in my travis job curl https://baltocdn.com/helm/signing.asc | sudo apt-key add - sudo apt-get install apt-transport-https --yes echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list sudo apt-get update sudo apt-get install helm And…
I have a rails app with some Capybara/Selenium tests. Travis runs these tests automatically on each commit. 3 days ago, my build ran successfully. As of today, a build of the same commit is failing in travis with the following…