Skip to content

Commit

Permalink
Remove DO NOT MERGE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Jan 11, 2024
1 parent 2dbcd09 commit 290d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ start_postgres() {
adduser pg -u 1001 -g 1001 -d /var/lib/postgresql -s /bin/sh

# The PATH is not completely preserved, so set the PATH here to ensure postgres-related commands can be found.
runuser -l pg -c "PATH=$PATH $SCRIPTS_ROOT/scripts/ci/postgres.sh _start_postgres" # TODO(DO NOT MERGE): this is a mess
runuser -l pg -c "PATH=$PATH $SCRIPTS_ROOT/scripts/ci/postgres.sh _start_postgres"
else
die "Please re-run as a non-root user."
fi
Expand Down

0 comments on commit 290d0d3

Please sign in to comment.