Commit 0d96d933 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #832 from parente/image-manifests

[ci skip] stderr when no tty
parents bb454cf8 f3da6c27
......@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## 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
......
......@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## 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
......
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