-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db747be
commit 0faa4a1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ spec: | |
[ | ||
'/bin/sh', | ||
'-c', | ||
'python3 manage.py migrate && python3 manage.py populatedb && python3 manage.py populatedb && python3 manage.py populatedb && python3 manage.py populatedb && python manage.py create_thumbnails && python3 manage.py createsuperuser --no-input [email protected] || true && python3 manage.py createsuperuser --no-input [email protected] || true && echo "UPDATE public.warehouse_stock SET quantity = 2147483647" | python3 manage.py dbshell && echo yes | python3 manage.py collectstatic && cp -avr /app/media/* /app/media-temp && cp -avr /app/static/* /app/static-temp', | ||
'apt-get update -y && apt-get install postgresql-client -y && python3 manage.py migrate && python3 manage.py populatedb && python3 manage.py populatedb && python3 manage.py populatedb && python3 manage.py populatedb && python manage.py create_thumbnails && python3 manage.py createsuperuser --no-input [email protected] || true && python3 manage.py createsuperuser --no-input [email protected] || true && echo "UPDATE public.warehouse_stock SET quantity = 2147483647" | python3 manage.py dbshell && echo yes | python3 manage.py collectstatic && cp -avr /app/media/* /app/media-temp && cp -avr /app/static/* /app/static-temp', | ||
] | ||
env: | ||
- name: ENABLE_DEBUG_TOOLBAR | ||
|