File tree 4 files changed +9
-11
lines changed
4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
76
76
docker stop cache
77
77
78
78
- run : make run
79
- - run : (cd acceptance_tests && c2cciutils-docker-logs || docker- compose logs)
79
+ - run : (cd acceptance_tests && c2cciutils-docker-logs || docker compose logs)
80
80
if : always()
81
81
- run : make acceptance
82
- - run : (cd acceptance_tests && c2cciutils-docker-logs || docker- compose logs)
82
+ - run : (cd acceptance_tests && c2cciutils-docker-logs || docker compose logs)
83
83
if : always()
84
84
85
85
- name : Publish
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ build-acceptance: build-acceptance-config
48
48
.PHONY : run
49
49
run : build-acceptance
50
50
mkdir -p acceptance_tests/junitxml && touch acceptance_tests/junitxml/results.xml
51
- cd acceptance_tests; docker- compose up -d
51
+ cd acceptance_tests; docker compose up -d
52
52
53
53
.PHONY : acceptance
54
54
acceptance : run # # Run the acceptance tests
55
- cd acceptance_tests; docker- compose exec $(DOCKER_COMPOSE_TTY ) run pytest -vv --color=yes --junitxml=/tmp/junitxml/results.xml
56
- cd acceptance_tests; docker- compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis import *'
57
- cd acceptance_tests; docker- compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis.core import *'
58
- cd acceptance_tests; docker- compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis.server import *'
59
- cd acceptance_tests; docker- compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis._gui import *'
55
+ cd acceptance_tests; docker compose exec $(DOCKER_COMPOSE_TTY ) run pytest -vv --color=yes --junitxml=/tmp/junitxml/results.xml
56
+ cd acceptance_tests; docker compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis import *'
57
+ cd acceptance_tests; docker compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis.core import *'
58
+ cd acceptance_tests; docker compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis.server import *'
59
+ cd acceptance_tests; docker compose exec $(DOCKER_COMPOSE_TTY ) qgis python3 -c ' from qgis._gui import *'
60
60
61
61
.PHONY : run-client
62
62
run-client : # # Run the desktop application
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To get a good stack trace you should use the `-debug` image.
41
41
42
42
Run the querty that makes the server crash, then:
43
43
44
- Open a bash as root on the container with something like: ` docker- compose exec --user=root qgisserver bash ` , then:
44
+ Open a bash as root on the container with something like: ` docker compose exec --user=root qgisserver bash ` , then:
45
45
46
46
``` bash
47
47
CORE_FILENAME=$( ls -tr1 /tmp/| grep core| tail -n 1)
Original file line number Diff line number Diff line change 1
- version : ' 2'
2
-
3
1
volumes :
4
2
cache :
5
3
tmp :
You can’t perform that action at this time.
0 commit comments