This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch python3.7 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 949c3c23b16bda539eae548935f6553da2c44624 Author: Dillon Walls <[email protected]> AuthorDate: Fri Feb 18 12:33:49 2022 -0500 fixup! python3.7 - update jenkins script to use docker-compose --- scripts/jenkins-python3.7.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh index 761e3fc..4678499 100755 --- a/scripts/jenkins-python3.7.sh +++ b/scripts/jenkins-python3.7.sh @@ -75,8 +75,6 @@ retcode=$? #find . -name .coverage -maxdepth 2 | while read coveragefile; do pushd `dirname $coveragefile`; coverage xml --include='forge*,allura*'; popd; done; -docker-compose run web scripts/perf/call_count.py --data-file call_count.csv - echo echo "=============================================================================" echo "Shutdown"
