changeset 84241ee28f20 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset&node=84241ee28f20
description:
        Stop building 5.6 series
diffstat:

 update.sh |  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r f2524455c665 -r 84241ee28f20 update.sh
--- a/update.sh Fri Sep 17 10:31:20 2021 +0200
+++ b/update.sh Sun Oct 17 10:25:55 2021 +0200
@@ -5,20 +5,15 @@
 docker build -q --rm --no-cache -t tryton/tryton:6.0-office -t 
tryton/tryton:office 6.0/office
 docker build -q --rm --no-cache -t tryton/tryton:5.8  5.8
 docker build -q --rm --no-cache -t tryton/tryton:5.8-office 5.8/office
-docker build -q --rm --no-cache -t tryton/tryton:5.6  5.6
-docker build -q --rm --no-cache -t tryton/tryton:5.6-office 5.6/office
 docker build -q --rm --no-cache -t tryton/tryton:5.0 5.0
 docker build -q --rm --no-cache -t tryton/tryton:5.0-office 5.0/office
 
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:6.0 python3 -m trytond.tests.run-tests -m
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.8 python3 -m trytond.tests.run-tests -m
-docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.6 python3 -m trytond.tests.run-tests -m
 docker run --rm --env DB_CACHE=/tmp --env TRYTOND_DATABASE_URI=sqlite:// 
tryton/tryton:5.0 python3 -m trytond.tests.run-tests -m
 
 docker push tryton/tryton:5.0-office
 docker push tryton/tryton:5.0
-docker push tryton/tryton:5.6-office
-docker push tryton/tryton:5.6
 docker push tryton/tryton:5.8-office
 docker push tryton/tryton:5.8
 docker push tryton/tryton:6.0-office

Reply via email to