diff --git a/Jenkinsfile b/Jenkinsfile index 12e4ec264..206d14079 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { PATH="/home/ubuntu/.cargo/bin:$PATH" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./coordinator/verifier/lib" CHAIN_ID='534353' - LOG_DOCKER = 'true' + // LOG_DOCKER = 'true' } stages { stage('Build') {