Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Mar 23, 2020
2 parents e97b2b2 + f15e0ca commit 2a9a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if [ "${DEPLOY}" = "all_binaries" ]; then

# Generate hash sums
cd dist
md5sum ${TOP}/${RELEASE_DIR}/{*.bin,*.axf} > MD5SUMS
sha1sum ${TOP}/${RELEASE_DIR}/{*.bin,*.axf} > SHA1SUMS
md5sum *.bin *.axf > MD5SUMS
sha1sum *.bin *.axf > SHA1SUMS
cd -
fi

Expand Down

0 comments on commit 2a9a553

Please sign in to comment.