Skip to content

Commit

Permalink
Add publish DevKit script
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Mar 13, 2024
1 parent 5b2ab91 commit 62d9b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sbin/PublishDevKit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ for file in devkit-*

# Validate tarball is valid for publishing as TAG release
if [[ "${file_tag}" != "${TAG}" ]]; then
echo "${file_tag}"
echo "ERROR: devkit file is not valid for publishing under release tag ${TAG} : ${file}"
valid_files=false
fi
Expand Down

0 comments on commit 62d9b1e

Please sign in to comment.