Skip to content

Commit

Permalink
Adjust CI b/c initial_setup will not ask for domain name - no need to…
Browse files Browse the repository at this point in the history
… type it in
  • Loading branch information
atodorov committed Apr 26, 2024
1 parent a0924ff commit 2c8ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
sed -i "s/raise NotRunningInTTYException/pass/" "${DJANGO_PATH}/contrib/auth/management/commands/createsuperuser.py"
sed -i "s/getpass.getpass/input/" "${DJANGO_PATH}/contrib/auth/management/commands/createsuperuser.py"
echo -e "admin\[email protected]\nsecret-2a9a34cd-e51d-4039-b709-b45f629a5595\nsecret-2a9a34cd-e51d-4039-b709-b45f629a5595\npublic.test.com" | PYTHONPATH=.:../Kiwi/ KIWI_TENANTS_DOMAIN='test.com' ./manage.py initial_setup
echo -e "admin\[email protected]\nsecret-2a9a34cd-e51d-4039-b709-b45f629a5595\nsecret-2a9a34cd-e51d-4039-b709-b45f629a5595\n" | PYTHONPATH=.:../Kiwi/ KIWI_TENANTS_DOMAIN='test.com' ./manage.py initial_setup
PYTHONPATH=.:../Kiwi/ KIWI_TENANTS_DOMAIN='test.com' ./manage.py execute_integration_tests
Expand Down

0 comments on commit 2c8ee5b

Please sign in to comment.