This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yevgeny.khramov@srv8-footonto:~/HowTo$ kubectl logs default-9c656f70-0a30-4138-9b17-11da8d4846ae-765bf9fd6d-qvlxp | |
+ ./adb_redirect.sh | |
+ ./run_emulator.sh | |
+ [[ -z 29 ]] | |
+ emulator_name=emulator_29 | |
+ sd_card_name=/sdcard.img | |
+ emulator_arguments=(-avd ${emulator_name} -sdcard ${sd_card_name} -verbose) | |
+ [[ '' == \t\r\u\e ]] | |
+ binary_name=qemu-system-x86_64-headless | |
+ echo 'Rendering: Headless swiftshader (software) rendering mode is enabled' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:37:57 | |
D 10:37:57.546 [main @coroutine#162347] <AndroidDeviceTestRunner> tests = [com.peterservice.mcca.ui.kakaotest.addsubscorporate.AddSubsCorporateTest#addSubsRegisterFailOrderStatusRolledBackCancel] | |
13:38:07 | |
D 10:38:07.150 [kotlinx.coroutines.DefaultExecutor @cio-from-nio-reader#89] <com.bugsnag.Bugsnag> Reporting error to Bugsnag | |
13:38:07 | |
Exception in thread "kotlinx.coroutines.DefaultExecutor @cio-from-nio-reader#89" java.net.SocketTimeoutException | |
13:38:07 | |
at io.ktor.network.util.UtilsKt$withSocketTimeout$2.invokeSuspend(Utils.kt:23) | |
13:38:07 | |
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deployAlpha: | |
extends: .deploy_base | |
variables: | |
TELEGRAM_MESSAGE: "Новая *alpha* сборка доступна по ссылке%3A%0A" | |
script: | |
- | | |
chmod +x ./createReleaseNotes.sh | |
./createReleaseNotes.sh | |
RELEASE_NOTES=$(find . -type f -name "release_notes.txt" -exec cat {} \; | awk 'BEGIN {RS=""}{gsub(/\n/,"%0A",$0); print $0}') | |
- base64 -d $KEYSTORE_FILE > keystore.jks |
OlderNewer