Skip to content

Commit

Permalink
Merge #432
Browse files Browse the repository at this point in the history
432: remove PATH hack in `tools/build` script r=rtwalker a=rtwalker

We also needed to change `tools/build` for #408 to pass CI, but we should remove once it's merged.


Co-authored-by: Ryan Walker <rwalker@timescale.com>
  • Loading branch information
bors[bot] and rtwalker authored May 31, 2022
2 parents a89944b + 91b5f75 commit 92f39f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -ex

# TODO After we upgrade to 0.4 make this change in docker/ci/Dockerfile and then remove this line.
export PATH=/home/postgres/pgx/0.4/bin:$PATH

print() {
printf '%s\n' "$*"
}
Expand Down

0 comments on commit 92f39f1

Please sign in to comment.