Skip to content
Snippets Groups Projects
Commit 3b5e9be0 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Pull new changelog_generator image, add token to the call.

BCS 746-000785
parent 968886c0
No related branches found
No related tags found
No related merge requests found
......@@ -78,12 +78,15 @@ changelog:
- if: $CI_COMMIT_REF_NAME != $MASTER_BRANCH_MANIFEST || $CI_PIPELINE_SOURCE == "api"
variables:
IMAGE_PATH: ${CI_IMAGES_BASEPATH}/changelog-generator
IMAGE_REVISION: 2fd56690a5dabde6eda101182e8359f1c3609664
IMAGE_REVISION: fe31a5ffe75b8f0dca697dd95ffb3f87af92d6d1
image:
name: "${IMAGE_PATH}:${IMAGE_REVISION}"
# set entrypoint to noop to be able to run from script
entrypoint: [""]
script: "changelog_generator.py --branch ${MASTER_BRANCH_MANIFEST} > changelog.md"
script: changelog_generator.py
--token=${GITBOT_TOKEN}
--branch ${MASTER_BRANCH_MANIFEST}
> changelog.md
artifacts:
expire_in: 4 weeks
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment