Commit 2cd33f83 authored by Luhan Wang's avatar Luhan Wang

a

parent c469b28a
......@@ -67,6 +67,7 @@ pipeline {
steps {
script {
echo "Prepare environment in VM"
sh 'pwd'
sh './ci-scripts/prepareEnv.sh'
/*
if (true){
......
......@@ -5,6 +5,6 @@ if [ -d "openxg-5gcs-release" ]; then
rm -rf openxg-5gcs-release
fi
git clone --branch master http://git.opensource5g.org/openxg/openxg-5gcs-release.git
git clone --branch master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
echo "successfully cloned project"
cd openxg-5gcs-release
\ 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