]> granicus.if.org Git - graphviz/commit
fix: propagate VERSION from macOS build tasks to macOS CI test tasks
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Apr 2021 18:46:35 +0000 (11:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 00:04:46 +0000 (17:04 -0700)
commit4ca5d9dd5874dd8a36ea0a8fab16ac10d0f8bcb0
treeed352fdf070b18024ebfad41e42bc73b992a73bd
parentc3c4ef3e3c2f097985128d5934cbc58f5e0516c6
fix: propagate VERSION from macOS build tasks to macOS CI test tasks

The macOS test tasks in CI were picking up the VERSION from the portable source
task, despite their build tasks using a different process to derive VERSION.
This change ensures they get the VERSION file their build task created.
.gitlab-ci.yml