diff --git a/ci/mobile.groovy b/ci/mobile.groovy index de7bf67e84..8be516bec5 100644 --- a/ci/mobile.groovy +++ b/ci/mobile.groovy @@ -5,7 +5,7 @@ android = load 'ci/android.groovy' def prep(type = 'debug') { /* select type of build */ switch (type) { - case 'debug': + case 'nightly': sh 'cp .env.nightly .env'; break case 'release': sh 'cp .env.prod .env'; break