jenkins-build-all: use $WORKSPACE var to find correct file to modify

This commit is contained in:
Hans-Christoph Steiner 2021-03-23 11:58:58 +01:00
parent b69b95103e
commit f811d44f06
1 changed files with 2 additions and 1 deletions

View File

@ -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