Commit f3da6c27 authored by Peter Parente's avatar Peter Parente

[ci skip] stderr when no tty

parent bb454cf8
...@@ -11,7 +11,7 @@ ${COMMIT_MSG} ...@@ -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
......
...@@ -11,7 +11,7 @@ ${COMMIT_MSG} ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment