disable colors for fastlane to keep jenkins logs cleaner
Details: https://github.com/fastlane/fastlane/issues/316 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a5d5ed3596
commit
bdc7284308
|
@ -1,6 +1,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
timeout(90) {
|
||||
node ('macos'){
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
env.LANG="en_US.UTF-8"
|
||||
env.LANGUAGE="en_US.UTF-8"
|
||||
env.LC_ALL="en_US.UTF-8"
|
||||
env.FASTLANE_DISABLE_COLORS=1
|
||||
|
||||
def installJSDeps() {
|
||||
def attempt = 1
|
||||
|
|
Loading…
Reference in New Issue