Commit 6a36f68 1 parent 30ec006 commit 6a36f68 Copy full SHA for 6a36f68
File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
tests :
10
10
name : Execute unit tests
11
+ concurrency : ci-${{ github.ref }}
11
12
strategy :
12
13
matrix :
13
14
python-version : [3.12]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
retries : 5
30
30
31
31
migrate :
32
- image : camptocamp/ geoshop-api
32
+ image : geoshop-api
33
33
build :
34
34
context : .
35
35
dockerfile : Dockerfile
@@ -40,18 +40,18 @@ services:
40
40
environment :
41
41
PGHOST : " db"
42
42
command : >
43
- bash -c "
44
- python3 manage.py migrate &&
45
- python3 manage.py collectstatic --noinput &&
46
- python3 manage.py compilemessages --locale=fr &&
47
- python3 manage.py fixturize"
43
+ bash -c "
44
+ python3 manage.py migrate &&
45
+ python3 manage.py collectstatic --noinput &&
46
+ python3 manage.py compilemessages --locale=fr &&
47
+ python3 manage.py fixturize"
48
48
volumes :
49
49
- " static-files:/app/geoshop_back/static:rw"
50
50
networks :
51
51
- geoshop
52
52
53
53
api :
54
- image : camptocamp/ geoshop-api
54
+ image : geoshop-api
55
55
depends_on :
56
56
db :
57
57
condition : service_healthy
You can’t perform that action at this time.
0 commit comments