Skip to content

Commit

Permalink
fix to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens33 committed Oct 14, 2024
1 parent b1a4004 commit 6545332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
git fetch origin charts
git checkout -b charts origin/charts
git merge ${GITHUB_REF#refs/heads/}
git merge ${GITHUB_REF#refs/heads/} --allow-unrelated-histories --no-edit
helm package charts/mlflow
helm package charts/mlflow-deployments-server
helm repo index --url https://clemens33.github.io/mlflow .
Expand Down

0 comments on commit 6545332

Please sign in to comment.