[ci skip] stderr when no tty

This commit is contained in:
Peter Parente
2019-03-18 22:32:25 -04:00
parent bb454cf8a5
commit f3da6c276a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark ## Apache Spark
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} bash -c '$SPARK_HOME/bin/spark-submit --version') $(docker run --rm ${IMAGE_NAME} bash -c '$SPARK_HOME/bin/spark-submit --version' 2>&1)
\`\`\` \`\`\`
## Python Packages ## Python Packages

View File

@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark ## Apache Spark
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} bash -c '$SPARK_HOME/bin/spark-submit --version') $(docker run --rm ${IMAGE_NAME} bash -c '$SPARK_HOME/bin/spark-submit --version' 2>&1)
\`\`\` \`\`\`
## Python Packages ## Python Packages