We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3a132 commit c7bb36eCopy full SHA for c7bb36e
1 file changed
irods/test/harness/build-docker.sh
@@ -31,6 +31,7 @@ for dockerfile in "${ARGS[@]}"; do
31
PYTHON_VERSION="$temp"
32
fi
33
python_version_option=${PYTHON_VERSION:+"--build-arg=python_version=$PYTHON_VERSION"}
34
+ echo "************* DWM: python_version_option=[$python_version_option]"
35
else
36
package_version_option=""
37
0 commit comments