Set WORKSPACE if not set
This commit is contained in:
parent
28ad246bb4
commit
f1dd03548f
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
: ${WORKSPACE:="$(pwd)"}
|
||||
|
||||
export PYTHONDONTWRITEBYTECODE=yep
|
||||
|
||||
# Output test results as junit xml
|
||||
|
|
Loading…
Reference in New Issue