|
|
|
|
@ -327,7 +327,7 @@ jobs:
|
|
|
|
|
DJANGO_SU_EMAIL: 'admin@localhost.company'
|
|
|
|
|
DJANGO_SU_PASSWORD: '12qwaszx'
|
|
|
|
|
run: |
|
|
|
|
|
docker exec -i cvat /bin/bash -c "echo \"from django.contrib.auth.models import User; User.objects.create_superuser('${DJANGO_SU_NAME}', '${DJANGO_SU_EMAIL}', '${DJANGO_SU_PASSWORD}')\" | python3 ~/manage.py shell"
|
|
|
|
|
docker exec -i cvat_server /bin/bash -c "echo \"from django.contrib.auth.models import User; User.objects.create_superuser('${DJANGO_SU_NAME}', '${DJANGO_SU_EMAIL}', '${DJANGO_SU_PASSWORD}')\" | python3 ~/manage.py shell"
|
|
|
|
|
cd ./tests
|
|
|
|
|
yarn --frozen-lockfile
|
|
|
|
|
|
|
|
|
|
|