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
2cc508cd
Commit
2cc508cd
authored
Mar 12, 2024
by
fuyanbin
Browse files
打印event参数
parent
cb03445c
Pipeline
#30218
passed with stages
in 8 seconds
Changes
1
Pipelines
5
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2cc508cd
...
...
@@ -24,7 +24,7 @@ build_job:
script
:
-
echo "Building the package ${PACKAGE_NAME}"
-
echo "Building paramaters:"
-
echo "event ${BUILD_PACKAGE_EVENT}"
| base64 -d; echo
-
echo "event ${BUILD_PACKAGE_EVENT}"
-
echo "${BUILD_PACKAGE_JSON}" | base64 -d; echo
-
python3 gitlab-ci.py --signal=package --event "${BUILD_PACKAGE_EVENT}" --build-directory "${BUILD_DIR}" --project-id "${CI_PROJECT_ID}" --pipeline-id "${CI_PIPELINE_ID}" "$(echo "${BUILD_PACKAGE_JSON}" | base64 -d)"
-
python3 gitlab-ci.py --signal=notify_success --build-directory "${BUILD_DIR}" --project-id "${CI_PROJECT_ID}" --pipeline-id "${CI_PIPELINE_ID}"
...
...
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