We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f7eab commit 0a28f64Copy full SHA for 0a28f64
.github/workflows/quick-start.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Check django-setup-configuration installation
42
run: docker compose exec -T web python -c "import django_setup_configuration" || { printf "django_setup_configuration package is not installed.\r\n\r\n" >&2; exit 1; }
43
- name: Run django-setup-configuration
44
- run: docker compose run web-init || { printf "Web init configurations failed!\r\n\r\n" >&2; exit 1; }
+ run: docker compose run web-init || { printf "Web init configurations failed. \r\n\r\n" >&2; exit 1; }
0 commit comments