Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
88effd9a
Commit
88effd9a
authored
Oct 28, 2024
by
fuyanbin
Browse files
fix: 打包参数
parent
e3c4381b
Pipeline
#59229
passed with stages
in 8 seconds
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
pack-deploy-ci.sh
View file @
88effd9a
...
...
@@ -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
;;
...
...
pack-system-part-ci.sh
View file @
88effd9a
...
...
@@ -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
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment