Skip to content

Commit

Permalink
Separating binaries into strict and optional
Browse files Browse the repository at this point in the history
  • Loading branch information
arykalin committed Mar 18, 2019
1 parent 6abf72d commit 7896b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ collect_artifacts:
rm -rf artifcats
mkdir -p artifcats
cp -rv $(DIST_DIR)/*.zip artifcats
cd artifcats; sha1sum * > hashsums.sha1
cp -rv $(DIST_DIR)/*.SHA256SUM artifcats
cd artifcats; sha256sum * > hashsums.SHA256SUM

#Docker server with consul
docker_server_prepare:
Expand Down

0 comments on commit 7896b7a

Please sign in to comment.