Skip to content

Commit

Permalink
No toolkit available for pg17 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Oct 8, 2024
1 parent 0bcf031 commit 9556b95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cicd/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ check_toolkit() {
fi
done

# TODO: no toolkit for pg17 yet
if [ "$pg" -ge 17 ]; then
log "toolkit isn't available for pg$pg"
return
fi

if [ "$found" = false ]; then error "no toolkit versions found for pg$pg"; fi
}

Expand Down

0 comments on commit 9556b95

Please sign in to comment.