Skip to content

Commit

Permalink
ci: add sha256sum for release package [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie-5miles committed Nov 21, 2018
1 parent 796dffc commit fd7e495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -77,7 +77,7 @@ deploy:
secure: iIaBQLDBPzi95sIt36XaOaSrD7hwB/dUxAfpCeFLoFqdGNsGZhaPp4XfW8UghwqNlUF9spW1Ri8uOMF2Ig3FBTmeL/GELJl8pSJwhjb3Ra3p+kGg5eKyIZMvK1m9uoXBBMlMnjPhS9h0Z8bOpXLiEpQASV6nnJ0KE2N39ff3jBKShWDNWejOAYBTNNJ9N7GF8gh6z/xLwZ82nLWmOYGkwrEA9fH93IzguehmUyD2bbU66un0QrRfUCQ8xruxTENZ9ATz7GqOrqYe0L+IUbmK10VIYlJ1S7PcWvBSY4J4nslLnpFw2m+/3Zt2Cq/xaCLs7bmOlMie0AEbtyGamXxEIlNcIeWeOIyXv0k4yqGm5+IUl2scggDXGmysXCjwbQbLnPbHXo0sYlNMUr4WkH2LlPENT9r4mQGDwOYkrwt0ZlU9n+67IpgTBuBqd//khzmnjdDPleWZyr6fOfjfA8uBGbcO8fANyJOAzoPQQtKp7crzhyt2aVZB2M7JAGsJCr1TUZl9Y2KgAKkCQnpwBAZdntUB0DvodBFqVG61zaH4yY6k+5kiHC+kZ9gSqoh3gMoMlANRqaoIB+3IVf1TXWyVx4dp11RGCBxNmccvA1h+RsI8GXsCPSLYINiQLKWUl3jmNYbmQKK7TyWWl/soCTco6NnyivLp6cxbDi0zqy5xTDc=
skip_cleanup: true
file_glob: true
file: "build/dist/*.zip"
file: "build/dist/*"
name: Travis $TRAVIS_TAG
body: $BODY
on:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ dist:
docker run --rm -e "BUILD_TAG=${BUILD_TAG}" -v "${CURDIR}/scripts":/scripts --entrypoint /bin/sh -t ${LATEST} /scripts/dist.ubuntu.sh
docker build -t ${NAME}:centos -f Dockerfile.centos .
docker run --rm -e "BUILD_TAG=${BUILD_TAG}" -v "${CURDIR}/scripts":/scripts --entrypoint /bin/sh -t ${NAME}:centos /scripts/dist.centos.sh
rm -rf build/dist && mkdir -p build/dist && mv -f scripts/*.zip build/dist/
rm -rf build/dist && mkdir -p build/dist && mv -f scripts/*.zip build/dist/ && cd build/dist && sha256sum *.* > SHA256SUMS

print_cybermiles_logo:
@echo "\n\n"
Expand Down

0 comments on commit fd7e495

Please sign in to comment.