From 0aa9aba8d29ff3a52ede7c331b3c3453d1599097 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 23 Oct 2020 04:31:57 +0200 Subject: [PATCH] Fix newline handling --- .gitlab-ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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]=