Skip to content

Commit

Permalink
Simplify release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 2, 2018
1 parent 5c3b349 commit 5463bdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ pushd $REPO_ROOT

rm -rf dist

./hack/make.py build
./hack/make.py push

./hack/docker/setup.sh
./hack/docker/setup.sh release
./hack/make.py push

rm dist/.tag

Expand Down

0 comments on commit 5463bdd

Please sign in to comment.