Commit 712af159 by 据说甜蜜呢

去掉declare appName

parent 95fd7b52
Pipeline #4085 passed with stage
in 14 seconds
...@@ -6,7 +6,6 @@ set -e ...@@ -6,7 +6,6 @@ set -e
chmod +x ./devops/PipeLines/Functions.sh chmod +x ./devops/PipeLines/Functions.sh
source ./devops/PipeLines/Functions.sh source ./devops/PipeLines/Functions.sh
declare appName
GetAppName appName GetAppName appName
echo "" echo ""
echo "Continuous integration for ${appName} starting..." echo "Continuous integration for ${appName} starting..."
...@@ -16,8 +15,8 @@ dotnet build ${solutionName} ...@@ -16,8 +15,8 @@ dotnet build ${solutionName}
echo "" echo ""
echo "Please check the version of each microservice carefully !!!" echo "Please check the version of each microservice carefully !!!"
GetVersion version
GetVersion version
GetImageUserName registryUserName GetImageUserName registryUserName
declare publishOutputDir=./publish declare publishOutputDir=./publish
......
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