We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf81fe commit b8d51d8Copy full SHA for b8d51d8
wercker.yml
@@ -181,7 +181,8 @@ integration-test:
181
182
# release lease in case run.sh failed to release it
183
# (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
+ # 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
186
187
# clean up
188
yum clean all
0 commit comments