Skip to content
Snippets Groups Projects
Commit 603f4ef8 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added Docker user and access token in Travis to prevent pull limit issues when building.

parent 79a920f9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ services:
- docker
before_install:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- rosetta/setup
- rosetta/build
- rosetta/run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment