Commit 2cc508cd authored by fuyanbin's avatar fuyanbin
Browse files

打印event参数

parent cb03445c
Pipeline #30218 passed with stages
in 8 seconds
......@@ -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}"
......
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