Skip to content

Commit

Permalink
Fix tag checkout in provider's PMC verification (#43424)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Oct 28, 2024
1 parent ffe7751 commit 132a755
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,10 +820,12 @@ cd "${AIRFLOW_REPO_ROOT}"
```

2) Check out one of the tags for the release. Pick one of the provider-specific tags that are part
of the release wave. For example:
of the release wave. Assume your remote to apache repo is `apache` - then the right set of
commands are:

```shell
git checkout tags/providers-amazon-1.0.0rc1
git fetch apache --tags
git checkout providers-amazon/9.1.0rc1
```

3) Remove all the packages you have in dist folder
Expand Down

0 comments on commit 132a755

Please sign in to comment.