Skip to content

Commit

Permalink
Remove removal of composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Aug 20, 2018
1 parent 11109ff commit fcfd800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ git fetch
git reset --hard origin/master

git checkout -b "release/v${VERSION}"
git rm composer.json
[ -f "composer.lock" ] && {
git rm composer.lock
}
Expand Down

0 comments on commit fcfd800

Please sign in to comment.