Compare commits
1 Commits
fd874649e8
...
410ada409c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
410ada409c |
@@ -64,7 +64,7 @@ _wp_fetch() {
|
|||||||
|
|
||||||
if [[ -z "$NUMBER" ]]; then
|
if [[ -z "$NUMBER" ]]; then
|
||||||
# Get latest pipeline number from list, then fetch full detail
|
# Get latest pipeline number from list, then fetch full detail
|
||||||
list_body=$(_wp_fetch "${WOODPECKER_URL}/api/repos/${REPO_ID}/pipelines?per_page=1") || exit 1
|
list_body=$(_wp_fetch "${WOODPECKER_URL}/api/repos/${REPO_ID}/pipelines?perPage=1") || exit 1
|
||||||
NUMBER=$(echo "$list_body" | jq -r '.[0].number // empty')
|
NUMBER=$(echo "$list_body" | jq -r '.[0].number // empty')
|
||||||
if [[ -z "$NUMBER" ]]; then
|
if [[ -z "$NUMBER" ]]; then
|
||||||
echo "Error: No pipelines found" >&2
|
echo "Error: No pipelines found" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user