Loading virtualization/docker-dev/home/etc/init.d/40-ttf011.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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*"` Loading Loading
virtualization/docker-dev/home/etc/init.d/40-ttf011.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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*"` Loading