We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8757791 commit 63f1a6fCopy full SHA for 63f1a6f
xml/Dockerfile
@@ -34,7 +34,7 @@ RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
34
gpxpy==1.6.2 \
35
tcx2gpx==0.1.5 \
36
yq==3.4.3 \
37
- && IFS=$'\n\t' msg="$(pip3 list --outdated | grep -i -e '^gpxpy ' -e '^tcx2gpx ' -e '^yq ' || true)" \
+ && msg="$(pip3 list --outdated | grep -i -e '^gpxpy ' -e '^tcx2gpx ' -e '^yq ' || true)" \
38
&& if [ -n "${msg}" ]; then \
39
>&2 echo "ERROR: outdated: ${msg}" ; \
40
exit 1 ; \
0 commit comments