You've already forked helm-gitea
fix
All checks were successful
Run Helm tests / Execute helm lint (push) Successful in 8s
Run Helm tests / Execute helm template (push) Successful in 18s
Run Helm tests / Execute helm unittest (push) Successful in 26s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Update changelog / changelog (push) Successful in 10s
All checks were successful
Run Helm tests / Execute helm lint (push) Successful in 8s
Run Helm tests / Execute helm template (push) Successful in 18s
Run Helm tests / Execute helm unittest (push) Successful in 26s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Update changelog / changelog (push) Successful in 10s
This commit is contained in:
@@ -47,8 +47,6 @@ CURL_ARGS=(
|
|||||||
"--silent"
|
"--silent"
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "curl ${CURL_ARGS[*]} ${CURRENT_GITEA_SERVER_URL}/api/v1/repos/${CURRENT_GITEA_REPOSITORY}/issues"
|
|
||||||
|
|
||||||
if ! ISSUE_NUMBER="$(curl "${CURL_ARGS[@]}" "${CURRENT_GITEA_SERVER_URL}/api/v1/repos/${CURRENT_GITEA_REPOSITORY}/issues" | jq '.[].number')"; then
|
if ! ISSUE_NUMBER="$(curl "${CURL_ARGS[@]}" "${CURRENT_GITEA_SERVER_URL}/api/v1/repos/${CURRENT_GITEA_REPOSITORY}/issues" | jq '.[].number')"; then
|
||||||
echo "ERROR: Failed query issue number" 1>&2
|
echo "ERROR: Failed query issue number" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user