summaryrefslogtreecommitdiff
path: root/.gitlab-ci/render-msys2.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-20 01:48:52 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-11-20 01:48:52 +0000
commita31741faf6e59737c561574c3a7679ea185f4154 (patch)
treef82238568cf61cff3bcf3afd494bd280aee80dca /.gitlab-ci/render-msys2.sh
parent0eb9ca5aafdd796975e8a65ca288faab08ee8901 (diff)
parent8d6d023075341de16f8879b95330dc4d93c3ba86 (diff)
downloadpango-a31741faf6e59737c561574c3a7679ea185f4154.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Don't replace | with hyphens Closes #630 See merge request GNOME/pango!516
Diffstat (limited to '.gitlab-ci/render-msys2.sh')
-rw-r--r--.gitlab-ci/render-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index f81f0c60..9008690d 100644
--- a/.gitlab-ci/render-msys2.sh
+++ b/.gitlab-ci/render-msys2.sh
@@ -2,4 +2,4 @@
set -e
-PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt
+PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt || true