fis case for build type when copying .env.nightly
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c5f81d2bc4
commit
4171bf486e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue