mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-16 15:19:17 -04:00
Set WORKSPACE if not set
This commit is contained in:
parent
28ad246bb4
commit
f1dd03548f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
|
|
||||||
|
: ${WORKSPACE:="$(pwd)"}
|
||||||
|
|
||||||
export PYTHONDONTWRITEBYTECODE=yep
|
export PYTHONDONTWRITEBYTECODE=yep
|
||||||
|
|
||||||
# Output test results as junit xml
|
# Output test results as junit xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue