Skip to content

Commit c2e75f1

Browse files
committed
Remove unnecasary list command
1 parent 08f7e41 commit c2e75f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/perf-testing/oldest_supported/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ RUN git clone https://github.com/percona/pg_stat_monitor.git \
3434
# Download the titanic database
3535
RUN wget https://raw.githubusercontent.com/neondatabase/postgres-sample-dbs/main/titanic.sql -P /docker-entrypoint-initdb.d/
3636

37-
RUN echo ${PWD} && ls -lR
38-
3937
# Enable the extensions and setup the titanic database
4038
COPY 01-init-extensions.sql /docker-entrypoint-initdb.d/01-init-extensions.sql
4139
COPY 02-create-database.sql /docker-entrypoint-initdb.d/02-create-database.sql

0 commit comments

Comments
 (0)