Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup update logic for embedded openssl git tree.
Due to the shallow clone, the existing openssl tree never updates as the tag we are attempting to move to does not exist in our tree causing the "git checkout" command to fail the pipeline. Instead, if the latest blessed version of the upstream (as defined by the regex we used to decide which openssl version we support) is different than our local tree, use "git fetch" to grab the new tag and then use "git checkout" to move our local tree to it. Tested on: Way too many trees of openssl in different states
- Loading branch information