harupy / mlflow

Open source platform for the machine learning lifecycle
https://mlflow.org
Apache License 2.0
0 stars 1 forks source link

a #76

Open harupy opened 1 year ago

harupy commented 1 year ago
latest_tag=$(git ls-remote --tags https://github.com/databricks/cli.git \
  | grep -v '{}' \
  | cut -d '/' -f 3 \
  | sort -V \
  | tail -n 1 \
  | sed 's/^v//')