Skip to content
Snippets Groups Projects
Commit 34aeebf3 authored by Axel von Arnim's avatar Axel von Arnim Committed by Manos Angelidis
Browse files

Merged in NRRPLT-6586_MakefileNoVpn (pull request #1)


[NRRPLT-6586] Makefile uses no VPN anymore

Approved-by: default avatarManos Angelidis <angelidis@fortiss.org>
parent 726d3b1e
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,13 @@ PYTHON_PIP_VERSION?=pip==9.0.3
ifeq ($(NRP_INSTALL_MODE),user)
include user_makefile
else
CI_REPO?=ssh://bbpcode.epfl.ch/platform/ContinuousIntegration.git
CI_DIR?=ContinuousIntegration
CI_REPO?=git@bitbucket.org:hbpneurorobotics/admin-scripts.git
CI_DIR?=$(HBP)/admin-scripts/ContinuousIntegration
THIS_DIR:=$(PWD)
FETCH_CI := $(shell \
if [ ! -d $(CI_DIR) ]; then \
git clone $(CI_REPO) $(CI_DIR) > /dev/null ;\
cd $(HBP) && git clone $(CI_REPO) > /dev/null && cd $(THIS_DIR);\
fi;\
echo $(CI_DIR) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment