This commit is contained in:
Sven-Hendrik Haase 2020-10-23 04:42:55 +02:00
parent 4dc22b3704
commit 197fc6ff36
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -184,7 +184,7 @@ upload_and_commit_rootfs:
- >
curl --request POST
--header "PRIVATE-TOKEN: ${GITLAB_PROJECT_TOKEN}"
--form "branch-add-base-devel-tags"
--form "branch=add-base-devel-tags"
--form "commit_message=Release ${BUILD_VERSION}"
--form "actions[][action]=update"
--form "actions[][file_path]=ci/base/Dockerfile"