mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
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…
x
Reference in New Issue
Block a user