Skip to content

Commit

Permalink
replace docker-compose down to docker-compose stop
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed Jul 6, 2020
1 parent 2a6ba72 commit b270e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git config core.eol lf
git config core.autocrlf input
git config user.name "$GITHUB_LOGIN"
git config user.email "$GITHUB_EMAIL"
docker-compose down
docker-compose stop
docker-compose run frontend_builder
docker-compose run backend_builder
bump2version --verbose $1
Expand Down

0 comments on commit b270e2e

Please sign in to comment.