Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,6 +47,6 @@ publish: - | - | curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: szxVnyZVfD55xDMaAEBX" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: szxVnyZVfD55xDMaAEBX" \ --data '{ "ref":"$CI_COMMIT_TAG","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE" }' \ --data '{ "ref":"dev","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE" }' \ --request POST https://gitlab.e.foundation/api/v4/projects/149/releases --request POST https://gitlab.e.foundation/api/v4/projects/149/releases Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,6 +47,6 @@ publish: - | - | curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ curl --fail --output "/dev/null" --silent --show-error --write-out "HTTP response: ${http_code}\n\n" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: szxVnyZVfD55xDMaAEBX" \ --header 'Content-Type: application/json' --header "PRIVATE-TOKEN: szxVnyZVfD55xDMaAEBX" \ --data '{ "ref":"$CI_COMMIT_TAG","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE" }' \ --data '{ "ref":"dev","name": "$CI_COMMIT_TAG", "tag_name": "$CI_COMMIT_TAG", "description": "$CI_COMMIT_MESSAGE" }' \ --request POST https://gitlab.e.foundation/api/v4/projects/149/releases --request POST https://gitlab.e.foundation/api/v4/projects/149/releases