Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Chaminda Divitotawela <cdivitotawela@users.noreply.github.com>
  • Loading branch information
cdivitotawela and macfarla committed Jul 30, 2024
1 parent d3ef86e commit 48a1aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
VERSION=$(grep "^version" gradle.properties | sed 's|^version=\(.*\)$|\1|g')
echo "Query for version [$VERSION]"
curl --head -L --silent --output /dev/null --fail "$ART_URL/$VERSION" && {
echo "ERROR: Binary arithmetic already exit for version [$VERSION]"
echo "ERROR: Binary arithmetic already exists for version [$VERSION]"
echo "ERROR: Blocking publishing same version to the Besu Artiactory"
echo "url $ART_URL/$VERSION"
exit 1
Expand Down

0 comments on commit 48a1aa4

Please sign in to comment.