From 24c751bbdeee872f7043a8996fc727c799aa6092 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@gmail.com>
Date: Tue, 13 Feb 2018 00:43:37 +0100
Subject: [PATCH] [CI] robotpkg variables in robotpkg meta-target

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a80aabd..44d9e85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,12 +22,12 @@ cache:
     - export CCACHE_DIR=${PWD}/ccache
   script:
     - cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
-    - echo "MASTER_REPOSITORY=git ${CI_PROJECT_DIR}" >> Makefile
+    - echo "MASTER_REPOSITORY = git ${CI_PROJECT_DIR}" >> Makefile
+    - echo "REPOSITORY.talos-data = git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
     - make checkout
     - make install
     - cd work.*/${PROJECT}*/
     - make test
-  retry: 2
   except:
     - gh-pages
 
-- 
GitLab