Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/provider_packages/tag_providers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AIRFLOW_SOURCES="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../" && pwd)"

# Check common named remotes for the upstream repo
for remote in origin apache; do
git remote get-url --push "$remote" 2>/dev/null | grep -q git@github.com:apache/airflow && break
git remote get-url --push "$remote" 2>/dev/null | grep -q apache/airflow.git && break
unset remote
done

Expand Down