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

View file

@ -96,7 +96,8 @@ else
fi fi
# force global timeout to 6 hours # 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 $WORKSPACE/fdroid build --verbose --latest --no-tarball --all $wikiflag