Skip to content

Commit 0f1c5bc

Browse files
committed
Remove the /dev/null redirect for hub pr show
There is some kind of problem with this command and the redirect means I cannot see the issue to fix it.
1 parent 84d757c commit 0f1c5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pipeline {
117117
withEnv(["GITHUB_USER=${DOCKER_MAINTAINER_USR}", "GITHUB_TOKEN=${DOCKER_MAINTAINER_PSW}"]) {
118118
withDockerContainer(image: "jsternberg/hub") {
119119
sh """
120-
if ! hub pr show &> /dev/null; then
120+
if ! hub pr show; then
121121
hub pull-request -m "Update influxdata images"
122122
fi
123123
"""

0 commit comments

Comments
 (0)