Commit 0feb5576 by 据说甜蜜呢

删除文件

parent df6a1b64
Pipeline #4299 passed with stage
in 19 seconds
#!/bin/bash
# Import external functions
chmod +x ./devops/PipeLines/Functions.deploy.sh
source ./devops/PipeLines/Functions.deploy.sh
GetNameSpace namespace
echo ${namespace}
function CD()
{
declare namespace=$1
echo ${namespace}
}
CD ${namespace}
\ 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