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
cb03445c
Commit
cb03445c
authored
Mar 12, 2024
by
fuyanbin
Browse files
打印event参数
parent
0eea6f72
Pipeline
#29866
failed with stages
in 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cb03445c
...
@@ -24,6 +24,7 @@ build_job:
...
@@ -24,6 +24,7 @@ build_job:
script
:
script
:
-
echo "Building the package ${PACKAGE_NAME}"
-
echo "Building the package ${PACKAGE_NAME}"
-
echo "Building paramaters:"
-
echo "Building paramaters:"
-
echo "event ${BUILD_PACKAGE_EVENT}" | base64 -d; echo
-
echo "${BUILD_PACKAGE_JSON}" | base64 -d; echo
-
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=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}"
-
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