The version_file argument was ignored in favor of the version environment variable. The behavior is now in line with the rest of rulesi n this repository.
Snapshot version validation was overly strict and only permitted versions that were exactly SHA1. We now require that a snapshot artifact version ends in SHA1.
What is the goal of this PR?
We fix two issues in artifact deployment rules:
version_file
argument was ignored in favor of theversion
environment variable. The behavior is now in line with the rest of rulesi n this repository.