fis case for build type when copying .env.nightly

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-22 15:20:47 -04:00
parent c5f81d2bc4
commit 4171bf486e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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