Skip to content

Commit

Permalink
Take advantage of pulpcore change to handle remote-artifact-edge-case.
Browse files Browse the repository at this point in the history
[noissue]
[nocoverage]
Required PR: pulp/pulpcore#1513
  • Loading branch information
ggainey authored and dralley committed Aug 9, 2021
1 parent 5997294 commit 2d22859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi

cd pulp-cli
pip install -e .
pulp config create --base-url https://pulp --location tests/cli.toml
pulp config create --base-url https://pulp --location tests/cli.toml
mkdir ~/.config/pulp
cp tests/cli.toml ~/.config/pulp/cli.toml
cd ..
Expand Down
2 changes: 1 addition & 1 deletion pulp_rpm/app/tasks/synchronizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def pipeline_stages(self, new_version):
QueryExistingContents(),
RpmContentSaver(),
RpmInterrelateContent(),
RemoteArtifactSaver(),
RemoteArtifactSaver(fix_mismatched_remote_artifacts=True),
]
return pipeline

Expand Down

0 comments on commit 2d22859

Please sign in to comment.