Skip to content

Commit

Permalink
Setting the db-utils branch correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Feb 4, 2024
1 parent fd7f689 commit 3e07c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/drivers/python_minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN bash python_additions.sh
FROM drivers-image as unit-test

# Minio Utils unit tests
RUN git clone https://ds1.capetown.gov.za/ds_gitlab/OPM/db-utils.git && \
RUN git clone -b v0.4.5 https://ds1.capetown.gov.za/ds_gitlab/OPM/db-utils.git && \
cd db-utils && rm -rf db_utils && \
python3 -W ignore:ImportantWarning -m unittest tst.test_minio_utils && \
python3 -W ignore:ImportantWarning -m unittest tst.test_odbc_utils && \
Expand Down

0 comments on commit 3e07c9e

Please sign in to comment.