Skip to content

Commit

Permalink
Fix tag_providers.sh (#28345)
Browse files Browse the repository at this point in the history
to support both https/ssh
  • Loading branch information
eladkal committed Dec 13, 2022
1 parent 609ca90 commit 7f9727f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7f9727f

Please sign in to comment.