Skip to content

Commit

Permalink
build and publish from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Apr 3, 2019
1 parent 57652c2 commit bd4bb41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ default: test
test:
docker-compose run --rm test

build:
docker-compose run --rm test gem build redlock.gemspec

publish:
docker-compose run --rm test gem push `ls -lt *gem | head -n 1 | awk '{ print $$9 }'`

0 comments on commit bd4bb41

Please sign in to comment.