Skip to content

Commit

Permalink
calculate circleci cache key from all pom.xml using script
Browse files Browse the repository at this point in the history
  • Loading branch information
bs committed Jun 6, 2019
1 parent 6d68108 commit d1ce572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checksum_file() {
echo `openssl md5 $1 | awk '{print $2}'`
}

FILES=("0.0.2-SNAPSHOT")
FILES=()
while read -r -d ''; do
FILES+=("$REPLY")
done < <(find . -name 'pom.xml' -type f -print0)
Expand Down

0 comments on commit d1ce572

Please sign in to comment.