]> granicus.if.org Git - graphviz/commit
ci/build.sh: fix missing VERSION_ID on MSYS2/MinGW
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 5 Sep 2021 11:02:31 +0000 (13:02 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 7 Sep 2021 05:55:36 +0000 (07:55 +0200)
commitcd319b428f2a0b6f779a543dd49340d1f3edcf56
treebba67b080dae652be0923ffa572e84ad61a76630
parentfb86f9de5a26c700175a3c63a6276cbf47112a0f
ci/build.sh: fix missing VERSION_ID on MSYS2/MinGW

This change will allow treating unset variables as errors in an
upcoming commit.

This problem also caused the build artifacts to be moved to the wrong
directory, but that did not have any consequences since the build
artifacts are currently not archived in the CI jobs. An upcoming
commit in this series will however change that.
ci/build.sh