Skip to content

Commit

Permalink
Added release script to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Dec 16, 2017
1 parent 55e9a31 commit 527f9a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ clean-prof:
find . -name ".test" -depth -exec rm {} \;
find . -name ".cpu" -depth -exec rm {} \;
find . -name ".mem" -depth -exec rm {} \;

release:
docker build . -f Dockerfile.build --build-arg GITHUB_TOKEN=${GITHUB_TOKEN}

0 comments on commit 527f9a8

Please # to comment.