Skip to content

Commit

Permalink
Fix typo in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Nov 4, 2019
1 parent d5d6ef9 commit 2d6ef73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env bash

# Build and deploy normal Gradle projects
./gradlew assemble publicToMavenLocal deploy :OrchidCore:orchidDeploy -Penv=prod -Prelease
./gradlew assemble publicToMavenLocal -Penv=prod -Prelease
./gradlew assemble publishToMavenLocal deploy :OrchidCore:orchidDeploy -Penv=prod -Prelease

git config --local user.name "Travis CI Deployment Bot"
git config --local user.email "deploy@travis-ci.org"
Expand Down

0 comments on commit 2d6ef73

Please sign in to comment.