Skip to content

Commit c4e677d

Browse files
committed
need more env variables
1 parent fd37950 commit c4e677d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Dockerfile.el9

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ RUN sudo -u pgedge python3 /home/pgedge/install.py
5757

5858
WORKDIR /home/pgedge/pgedge
5959
# TODO see if this step can be avoided
60-
RUN ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
60+
# Set up according to the environment in pgedge.env file in tests subdir
61+
RUN . /home/pgedge/tests/pgedge.env && ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
6162

6263
WORKDIR /home/pgedge/postgres
6364

0 commit comments

Comments
 (0)