Skip to content

Commit 35506d7

Browse files
committed
Updating podman-run.sh
1 parent 5df497d commit 35506d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contrib/podman-run.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# 'all', or 'test'.
99
#
1010
# all -- starts all available database images.
11-
# test -- starts the primary testing images. The testing images are cassandra,
12-
# mysql, postgres, sqlserver, and oracle [if available].
11+
# test -- starts the primary testing images. The testing images are cassandra, mysql, postgres, sqlserver, and oracle
1312
# -u -- perform podman pull for images prior to start.
1413
#
1514
# Will stop any running podman container prior to starting.
@@ -81,7 +80,7 @@ podman_run() {
8180
echo
8281

8382
# update
84-
if [[ "$UPDATE" == "1" && "$TARGET" != "oracle" ]]; then
83+
if [[ "$UPDATE" == "1" ]]; then
8584
if [ ! -f $BASE/Dockerfile ]; then
8685
(set -ex;
8786
podman pull $IMAGE

0 commit comments

Comments
 (0)