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 a1c8804 commit 4a9668cCopy full SHA for 4a9668c
wercker.yml
@@ -118,7 +118,7 @@ integration-test:
118
# - finally, run.sh will periodically try renew the lease as it runs (using $LEASE_ID)
119
# - if run.sh fails when it tries to renew the lease (as something else took it, etc), it will exit early
120
# - when run.sh exits, it will try release the lease if it's still the owner...
121
- export LEASE_ID="`uuidgen`-pid$$"
+ export LEASE_ID="${WERCKER_STEP_ID}-pid$$"
122
echo @@
123
echo @@ "Obtaining lease!"
124
0 commit comments