Loading virtualization/docker-dev/home/etc/init.d/40-ttf011.sh +3 −4 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ cd ${HOME}/dev || exit 1 git clone --recurse-submodules --single-branch https://forge.etsi.org/rep/ITS/TS.ITS.git TS.ITS cd ./TS.ITS for i in `find ./ttcn -type d -name "Ats*"` BASE_PATH=`pwd` for i in `find $BASE_PATH/ttcn -type d -name "Ats*"` do cd $i git checkout devel cd - done for i in `find ./ttcn/Ats* -type d -name "asn1"` for i in `find BASE_PATH/ttcn/Ats* -type d -name "asn1"` do cd $i git checkout testing Loading @@ -28,7 +28,6 @@ do cd - done fi cd - done cd ${HOME}/dev/TS.ITS/titan-test-system-framework git checkout devel Loading Loading
virtualization/docker-dev/home/etc/init.d/40-ttf011.sh +3 −4 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ cd ${HOME}/dev || exit 1 git clone --recurse-submodules --single-branch https://forge.etsi.org/rep/ITS/TS.ITS.git TS.ITS cd ./TS.ITS for i in `find ./ttcn -type d -name "Ats*"` BASE_PATH=`pwd` for i in `find $BASE_PATH/ttcn -type d -name "Ats*"` do cd $i git checkout devel cd - done for i in `find ./ttcn/Ats* -type d -name "asn1"` for i in `find BASE_PATH/ttcn/Ats* -type d -name "asn1"` do cd $i git checkout testing Loading @@ -28,7 +28,6 @@ do cd - done fi cd - done cd ${HOME}/dev/TS.ITS/titan-test-system-framework git checkout devel Loading