Skip to content

Commit b8d51d8

Browse files
author
Tom Barnes
committed
comment out extra lease release in wercker.yml - seems to be having adverse affect
1 parent bdf81fe commit b8d51d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wercker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ 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 > /tmp/junk 2>&1
184+
# TBD Calling this somehow seems to fail the wercker run
185+
# $WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -d $LEASE_PID > /tmp/junk 2>&1
185186
186187
# clean up
187188
yum clean all

0 commit comments

Comments
 (0)