From 873d07db7aea630fb9f4237ae53aaf55fde16c70 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Tue, 16 Jul 2024 18:59:08 +0200 Subject: [PATCH] Remove unmaintained pulp_npm from nightly builds [noissue] --- images/pulp-minimal/nightly/Containerfile.core | 1 - images/pulp/nightly/Containerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/images/pulp-minimal/nightly/Containerfile.core b/images/pulp-minimal/nightly/Containerfile.core index c0299d10..8fffb094 100644 --- a/images/pulp-minimal/nightly/Containerfile.core +++ b/images/pulp-minimal/nightly/Containerfile.core @@ -9,7 +9,6 @@ RUN pip3 install git+https://github.com/pulp/pulpcore.git#egg=pulpcore \ git+https://github.com/pulp/pulp_file.git \ git+https://github.com/pulp/pulp_gem.git \ git+https://github.com/pulp/pulp_maven.git \ - git+https://github.com/pulp/pulp_npm.git \ git+https://github.com/pulp/pulp_ostree.git \ git+https://github.com/pulp/pulp_python.git \ git+https://github.com/pulp/pulp_rpm.git \ diff --git a/images/pulp/nightly/Containerfile b/images/pulp/nightly/Containerfile index 248a9ca7..3828ab33 100644 --- a/images/pulp/nightly/Containerfile +++ b/images/pulp/nightly/Containerfile @@ -10,7 +10,6 @@ RUN pip3 install --upgrade \ git+https://github.com/pulp/pulp_file@main \ git+https://github.com/pulp/pulp_gem@main \ git+https://github.com/pulp/pulp_maven@main \ - git+https://github.com/pulp/pulp_npm@main \ git+https://github.com/pulp/pulp_ostree@main \ git+https://github.com/pulp/pulp_python@main \ git+https://github.com/pulp/pulp_rpm@main \