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

a

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