Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Travis: Release to production from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
skmp committed Jul 30, 2019
1 parent f9ac57f commit 29e1c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reicast/android-studio/travis-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
if [ "${TRAVIS_BRANCH}" == "beta" ]; then
./gradlew publishApkDreamcastRelease -PreleaseTrack=beta
fi
if [ "${TRAVIS_BRANCH}" == "stable" ]; then
./gradlew publishApkDreamcastRelease -PreleaseTrack=production
fi
fi

0 comments on commit 29e1c8e

Please sign in to comment.