mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-10 21:55:10 +01:00
5 lines
172 B
Bash
5 lines
172 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
JOB=representation-manager bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress \
|
||
|
//relevance-platform/src/main/python/deploy -- "$@"
|