Commit 4b70a5f3 authored by Luhan Wang's avatar Luhan Wang

rename git-clone-in-vm

parent 98f8ee79
......@@ -8,6 +8,20 @@ fi
git clone --branch master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
echo "successfully cloned project"
cd openxg-5gcs-release
sudo echo " \
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n \
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n \
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n \
" > /etc/apt/sources.list
sudo apt update
sudo ./scripts/install.sh -I
sudo echo "{ \n \
......
......@@ -10,4 +10,4 @@ if [ "$result" == "" ];then
fi
VM_IP=`sudo uvt-kvm ip ${VM_NAME}`
ssh -T -o StrictHostKeyChecking=no ubuntu@${VM_IP} < $CURRENT_PATH/ci-scripts/git-clone-in-vm.sh
\ No newline at end of file
ssh -T -o StrictHostKeyChecking=no ubuntu@${VM_IP} < $CURRENT_PATH/ci-scripts/prepare-in-vm.sh
\ No newline at end of file
Markdown is supported
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