Skip to content

Commit

Permalink
Update indexd-single-table-migration-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Nov 15, 2024
1 parent e436f01 commit 7b4d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/services/jobs/indexd-single-table-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
if [[ -n "$START_DID" ]]; then
flags="$flags --start-did $START_DID"
fi
time peotry run python /indexd/bin/migrate_to_single_table.py $flags
time poetry run python /indexd/bin/migrate_to_single_table.py $flags
echo "Exit code: $?"
restartPolicy: Never

Expand Down

0 comments on commit 7b4d284

Please sign in to comment.