Skip to content

Commit

Permalink
Merge pull request #832 from parente/image-manifests
Browse files Browse the repository at this point in the history
[ci skip] stderr when no tty
  • Loading branch information
parente authored Mar 19, 2019
2 parents bb454cf + f3da6c2 commit 0d96d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all-spark-notebook/hooks/manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyspark-notebook/hooks/manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d96d93

Please sign in to comment.