Skip to content

Commit bdf81fe

Browse files
author
Tom Barnes
committed
Replace redirect to /dev/null with redirect to /tmp/junk -- looks like Wercker may not like redirecting to /dev/null
1 parent 1276851 commit bdf81fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ integration-test:
181181
182182
# release lease in case run.sh failed to release it
183183
# (the following command only releases the release after confirming this pipeline still owns it)
184-
$WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -d $LEASE_PID > /dev/null 2>&1
184+
$WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -d $LEASE_PID > /tmp/junk 2>&1
185185
186186
# clean up
187187
yum clean all

0 commit comments

Comments
 (0)