Commit 88effd9a authored by fuyanbin's avatar fuyanbin
Browse files

fix: 打包参数

parent e3c4381b
Pipeline #59229 passed with stages
in 8 seconds
......@@ -37,6 +37,7 @@ do
--package-type) PACK_TYPE="$2"; shift 2;;
--project-id) PROJECT_ID="$2"; shift 2;;
--pipeline-id) PIPELINE_ID="$2"; shift 2;;
--qrcode-app) shift 2;;
--url-tag) URL_TAG="$2"; shift 2;;
--help) usage ;;
--) shift; break;;
......
......@@ -37,6 +37,7 @@ do
--package-type) PACK_TYPE="$2"; shift 2;;
--project-id) PROJECT_ID="$2"; shift 2;;
--pipeline-id) PIPELINE_ID="$2"; shift 2;;
--qrcode-app) shift 2;;
--url-tag) URL_TAG="$2"; shift 2;;
--help) usage ;;
--) shift; break;;
......
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