Commit 91758928 by 据说甜蜜呢

修改sh为source

parent dcec9f6d
Pipeline #4268 passed with stage
in 14 seconds
......@@ -3,7 +3,7 @@ set -e
# Import external functions
chmod +x ./devops/PipeLines/Functions.deploy.sh
sh ./devops/PipeLines/Functions.deploy.sh
source ./devops/PipeLines/Functions.deploy.sh
GetAppName appName
......
......@@ -4,7 +4,7 @@ IFS=$'\n\n'
# Import external functions
chmod +x ./devops/PipeLines/Functions.core.sh
sh ./devops/PipeLines/Functions.core.sh
source ./devops/PipeLines/Functions.core.sh
#1: ready, 0: not ready.
declare ready=0
......
......@@ -4,7 +4,7 @@ IFS=$'\n\n'
# Import external functions
chmod +x ./devops/PipeLines/Functions.core.sh
sh ./devops/PipeLines/Functions.core.sh
source ./devops/PipeLines/Functions.core.sh
GetNameSpace namespace
......
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