mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
jenkins-build-all: use $WORKSPACE var to find correct file to modify
This commit is contained in:
parent
b69b95103e
commit
f811d44f06
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ else
|
|||
fi
|
||||
|
||||
# force global timeout to 6 hours
|
||||
sed -Ei 's,^(\s+endtime\s*=\s*time\.time\(\))\s*.*,\1 + 6 * 60 * 60 # 6 hours,' fdroidserver/build.py
|
||||
sed -Ei 's,^(\s+endtime\s*=\s*time\.time\(\))\s*.*,\1 + 6 * 60 * 60 # 6 hours,' \
|
||||
$WORKSPACE/fdroidserver/build.py
|
||||
|
||||
$WORKSPACE/fdroid build --verbose --latest --no-tarball --all $wikiflag
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue