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

Commit 3b95c05

Browse files
authored
Fix empty remote_url in release builds
1 parent ab2127b commit 3b95c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export TRAVIS=true
1111
export TRAVIS_BUILD_NUMBER=$1
1212
export TRAVIS_EVENT_TYPE=push
1313
export MAJOR_MINOR=1.1.0
14-
export REMOTE_URL=https://github.com/divadsn/mobileKKM.git
14+
export DRONE_REMOTE_URL=https://github.com/divadsn/mobileKKM.git
1515

1616
bash ./gradlew app:assembleRelease
1717
status=$?

0 commit comments

Comments
 (0)