Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Mar 19, 2024
1 parent 407113d commit 8d846ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ parts:
JAR_FILE=$(echo "${URL##*/}")
wget "$URL"
ACTUAL_SHA=$("$SHA" "$JAR_FILE" | awk '{print $1}')
[ $ACTUAL_SHA != $EXPECTED_SHA ] && exit 1
echo "$ACTUAL_SHA"
echo "$EXPECTED_SHA"
[ $ACTUAL_SHA != $EXPECTED_SHA ] && echo "ERROR!" && exit 1
done
stage:
- opt/spark/jars
Expand Down

0 comments on commit 8d846ce

Please sign in to comment.