|
@@ -7,7 +7,7 @@ args_="
|
|
|
|
|
|
export basePath=/root/temp/svn
|
|
export basePath=/root/temp/svn
|
|
|
|
|
|
-export version=`grep '<Version>' $(grep '<pack/>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
|
|
|
|
|
|
+export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
|
|
|
|
|
|
export DOCKER_USERNAME=serset
|
|
export DOCKER_USERNAME=serset
|
|
export DOCKER_PASSWORD=xxx
|
|
export DOCKER_PASSWORD=xxx
|