mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1228416: make artifacts/public directory; r=armenzg
This commit is contained in:
parent
46f4d829c8
commit
aaf40182f5
@ -27,7 +27,7 @@ if [[ -z ${MOZHARNESS_URL} ]]; then exit 1; fi
|
|||||||
if [[ -z ${MOZHARNESS_SCRIPT} ]]; then exit 1; fi
|
if [[ -z ${MOZHARNESS_SCRIPT} ]]; then exit 1; fi
|
||||||
if [[ -z ${MOZHARNESS_CONFIG} ]]; then exit 1; fi
|
if [[ -z ${MOZHARNESS_CONFIG} ]]; then exit 1; fi
|
||||||
|
|
||||||
mkdir -p ~/artifacts
|
mkdir -p ~/artifacts/public
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
if [ -n "$xvfb_pid" ]; then
|
if [ -n "$xvfb_pid" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user