Skip to content

Commit

Permalink
Promscale isn't available for > pg15
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland authored and feikesteenbergen committed Nov 29, 2023
1 parent 1ba2d17 commit 935bfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ check_promscale() {
fi
done

if [ "$found" = false ]; then error "no promscale versions found for pg$pg"; fi
if [[ "$found" = false && "$pg" -lt 16 ]]; then error "no promscale versions found for pg$pg"; fi
}

check_toolkit() {
Expand Down

0 comments on commit 935bfed

Please sign in to comment.