From 6cfbd0239c6ab0977a22780230bf40b5c3e766e3 Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Wed, 23 Sep 2020 08:09:45 +0200 Subject: [PATCH] .travis.yml: try to load msg-rpc --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8ec8b8..f61b2a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,9 @@ git: before_install: - echo -e "machine github.com\n login $"GIT_USER"\n password $"GIT_PW > ~/.netrc - - git submodule add https://github.com/flotte-goes-smart/msg-rpc.git - + - git submodule set-url msg-rpc https://github.com/flotte-goes-smart/msg-rpc.git + - git submodule init + - git submodule update script: - docker login -u="$DOCKER_USER" -p="$DOCKER_PW" https://flotte-docker-registry.spdns.org/ - docker build -t flotte-user-managment .