Skip to content
Snippets Groups Projects
Commit ae35f179 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(tests): fix steering test initialization

parent 06f35335
Branches
Tags
No related merge requests found
......@@ -95,7 +95,9 @@ variables:
},
}
EOF
make initialize loaddata.sample run.prod
poetry run ./manage.py initialize
poetry run ./manage.py loadfixtures sample
exec ./entrypoint.sh run.prod
- name: autoradio/tank:main
alias: tank
entrypoint: ['/bin/bash']
......
......@@ -36,7 +36,9 @@ services:
},
}
EOF
./entrypoint.sh initialize loaddata.sample run.prod
poetry run ./manage.py initialize
poetry run ./manage.py loadfixtures sample
exec ./entrypoint.sh run.prod
tank:
image: autoradio/tank:main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment