Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Fix empty remote_url in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
divadsn authored Feb 2, 2019
1 parent ab2127b commit 3b95c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TRAVIS=true
export TRAVIS_BUILD_NUMBER=$1
export TRAVIS_EVENT_TYPE=push
export MAJOR_MINOR=1.1.0
export REMOTE_URL=https://github.com/divadsn/mobileKKM.git
export DRONE_REMOTE_URL=https://github.com/divadsn/mobileKKM.git

bash ./gradlew app:assembleRelease
status=$?
Expand Down

0 comments on commit 3b95c05

Please sign in to comment.