Commit 0eabb861 authored by YannGarcia's avatar YannGarcia
Browse files

Use 'devel' branch for Jenkins build

parent ff3947e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ set -vx
echo -e "*****************************\n* Checkout TS.ITS sources\n*****************************\n"
cd ${HOME}/dev || exit 1

git clone --recurse-submodules --single-branch https://forge.etsi.org/rep/ITS/TS.ITS.git TS.ITS
git clone --recurse-submodules --single-branch --branch devel https://forge.etsi.org/rep/ITS/TS.ITS.git TS.ITS
cd ./TS.ITS
BASE_PATH=`pwd`
for i in `find $BASE_PATH/ttcn -type d -name "Ats*"`