Loading .gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ create-release: - if: $CI_COMMIT_TAG script: - | curl --fail --output "/dev/null" --silent --show-error \ curl --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases \ --fail --output "/dev/null" --silent --show-error \ --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data \ "{ \ Loading @@ -87,8 +89,7 @@ create-release: \"name\": \"$STABLE_APK\", \ \"url\": \"https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$STABLE_APK?job=generate-apks\", \ \"link_type\": \"package\" \ }, \ } \ ] \ } \ }" \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file }" No newline at end of file Loading
.gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ create-release: - if: $CI_COMMIT_TAG script: - | curl --fail --output "/dev/null" --silent --show-error \ curl --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases \ --fail --output "/dev/null" --silent --show-error \ --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data \ "{ \ Loading @@ -87,8 +89,7 @@ create-release: \"name\": \"$STABLE_APK\", \ \"url\": \"https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$STABLE_APK?job=generate-apks\", \ \"link_type\": \"package\" \ }, \ } \ ] \ } \ }" \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file }" No newline at end of file