Skip to content

Commit d9425a8

Browse files
committed
fix script init
1 parent 73f1204 commit d9425a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/hooks/database_pre_upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- secretRef:
5757
name: db-migrations-secret
5858
# The actual migrations command
59-
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; ; alembic upgrade head"]
59+
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]
6060

6161
{{ if .Values.nodeGroupLabel }}
6262
nodeSelector:

0 commit comments

Comments
 (0)