Commit 02e969b6 by 据说甜蜜呢

添加环境变量

parent 122842dd
Pipeline #4259 passed with stage
in 17 seconds
...@@ -7,7 +7,7 @@ chmod +x ./devops/PipeLines/Functions.deploy.sh ...@@ -7,7 +7,7 @@ chmod +x ./devops/PipeLines/Functions.deploy.sh
source ./devops/PipeLines/Functions.deploy.sh source ./devops/PipeLines/Functions.deploy.sh
GetAppName appName GetAppName appName
echo "Continuous integration for ${appName} starting..." echo "Continuous integration[${Environment}] for ${appName} starting..."
GetCiCdSettings allPublishable noPublishable GetCiCdSettings allPublishable noPublishable
if [ "${noPublishable}" == "1" ] ; if [ "${noPublishable}" == "1" ] ;
...@@ -39,4 +39,4 @@ else ...@@ -39,4 +39,4 @@ else
fi fi
echo "" echo ""
echo "Continuous integration for ${appName} has been successful." echo "Continuous integration[${Environment}] for ${appName} has been successful."
\ No newline at end of file \ 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