Skip to content

Commit 1d23fec

Browse files
committed
Updated gather_buildtool_facts to replace version with universal identifier in case of empty
1 parent 89cb8f8 commit 1d23fec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gather_buildtool_facts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if grep -q "version" "$BUILD_FILE"; then
1414
tmp=($(grep -Po "$VERSION_REGEX" "$BUILD_FILE"))
1515
version=${tmp[0]}
1616
if [ "$version" == "" ]; then
17+
echo "Could not find a version. Replacing with wildcard"
1718
version="*"
1819
fi
1920
else

0 commit comments

Comments
 (0)