diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e680f71..e8fce1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,17 +181,17 @@ upload_and_commit_rootfs: curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file output/${group}.tar.xz ${PACKAGE_REGISTRY_URL}/${group}-${BUILD_VERSION}.tar.xz curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file output/${group}.tar.xz.SHA256 ${PACKAGE_REGISTRY_URL}/${group}-${BUILD_VERSION}.tar.xz.SHA256 done - curl --request POST - --header "PRIVATE-TOKEN: ${GITLAB_PROJECT_TOKEN}" - --form "branch-add-base-devel-tags" - --form "commit_message=Release ${BUILD_VERSION}" - --form "actions[][action]=update" - --form "actions[][file_path]=ci/base/Dockerfile" - --form "actions[][content]=