Skip to content

Commit

Permalink
Generate SHA256 in seperate shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sealne committed Oct 9, 2015
1 parent 35d9ff6 commit bcdc31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/run.sh
Expand Up @@ -139,10 +139,11 @@ for BOARD in $BOARDS; do
echo ""
echo "- Added symlink of $UNSTABLE_LINK -> $COPY_DEST"
fi
(
cd $COPY_DEST
sha256sum * > sha256sum.txt
cat sha256sum.txt
cd -
)
export GIT_AUTHOR_EMAIL="$ORIG_COMMITTER_EMAIL"
export GIT_AUTHOR_NAME="$ORIG_COMMITTER_NAME"
export GIT_COMMITTER_EMAIL="robot@timvideos.us"
Expand Down

0 comments on commit bcdc31f

Please sign in to comment.