]> granicus.if.org Git - graphviz/commitdiff
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)
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

index b63006c3e09e3915f969c822c3dba42f9f8741f2..cbea5827e528d25bf533c39d98da4bc3c82aa64d 100644 (file)
@@ -95,6 +95,7 @@ portable-source:
         when: on_success
         expire_in: 1 week
         paths:
+            - VERSION
             - Packages/*/*/*/*/*/*.zip
             - Packages/*/*/*/*/*/*.tar.gz
             - Metadata/*/*/*/configure.log