Commit 80de2ea6 by 李二毛

Merge branch 'development' into 'staging'

修改sh为source

See merge request liermao/microservice-autodevopspipelines!79
parents 6072f84a 91758928
Pipeline #4269 failed with stages
in 40 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