-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get correct version of pulp-cli tests #604
Get correct version of pulp-cli tests #604
Conversation
e48524f
to
17c6f8c
Compare
We have an issue as CI is attempting to use Not sure how we resolve this. |
126e756
to
17c6f8c
Compare
Seems to have resolved itself. 😃 |
images/s6_assets/pulp_tests.sh
Outdated
print(Version(importlib.metadata.version("pulp-cli")))') | ||
|
||
# Checkout git repo for pulp-cli at correct version to fetch tests | ||
if [ ! -d pulp-cli ]; then | ||
git clone --depth=1 https://github.com/pulp/pulp-cli.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git clone --depth=1 https://github.com/pulp/pulp-cli.git | |
git clone --depth=1 https://github.com/pulp/pulp-cli.git -b "${PULP_CLI_VERSION}" |
You should be able to clone that tag directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have made the change
17c6f8c
to
e7ca1b2
Compare
e7ca1b2
to
7074ee5
Compare
Backport to 3.28: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply b0dd452 on top of patchback/backports/3.28/b0dd4529fca3ae5f1604fb6af3583384b2e5f197/pr-604 Backporting merged PR #604 into latest
🤖 @patchback |
Backport to 3.39: 💚 backport PR created✅ Backport PR branch: Backported as #608 🤖 @patchback |
Backport to 3.45: 💚 backport PR created✅ Backport PR branch: Backported as #609 🤖 @patchback |
…i-tests Get correct version of pulp-cli tests (cherry picked from commit b0dd452)
Get correct version of pulp-cli tests (cherry picked from commit b0dd452)
…a3ae5f1604fb6af3583384b2e5f197/pr-604 [PR #604/b0dd4529 backport][3.45] Get correct version of pulp-cli tests
…a3ae5f1604fb6af3583384b2e5f197/pr-604 [PR #604/b0dd4529 backport][3.39] Get correct version of pulp-cli tests
…i-tests Get correct version of pulp-cli tests (cherry picked from commit b0dd452)
…9fca3ae5f1604fb6af3583384b2e5f197/pr-604 Backport #604 to 3.28
Fixes #603