Skip to content

Commit

Permalink
Revert "Release script should create plugin binary without version in…
Browse files Browse the repository at this point in the history
… name"

This reverts commit 3c08efe.
  • Loading branch information
ghostbuster91 committed Jun 17, 2017
1 parent d9ecc4e commit 2363039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ checkResult
git checkout develop -b release/$VERSION_NAME
checkResult
./gradlew build
mv build/distributions/mainframer-integration-$VERSION_NAME.zip build/distributions/mainframer-integration.zip
checkResult
./gradlew updateVersion -PversionName=$VERSION_NAME
checkResult
Expand Down
1 change: 0 additions & 1 deletion script/release_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ checkResult
git checkout develop -b release/$VERSION_NAME
checkResult
./gradlew build
mv build/distributions/mainframer-integration-$VERSION_NAME.zip build/distributions/mainframer-integration.zip
checkResult
./gradlew updateVersion -PversionName=$VERSION_NAME
checkResult
Expand Down

0 comments on commit 2363039

Please sign in to comment.