Skip to content

Commit 4a9668c

Browse files
author
Tom Barnes
committed
use WERCKER_STEP_ID instead of uuidgen (uuidgen not presently available on wercker)
1 parent a1c8804 commit 4a9668c

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
@@ -118,7 +118,7 @@ integration-test:
118118
# - finally, run.sh will periodically try renew the lease as it runs (using $LEASE_ID)
119119
# - if run.sh fails when it tries to renew the lease (as something else took it, etc), it will exit early
120120
# - when run.sh exits, it will try release the lease if it's still the owner...
121-
export LEASE_ID="`uuidgen`-pid$$"
121+
export LEASE_ID="${WERCKER_STEP_ID}-pid$$"
122122
echo @@
123123
echo @@ "Obtaining lease!"
124124
echo @@

0 commit comments

Comments
 (0)