Don't remove apache2 (it breaks the manifest run)
Some checks failed
CI / test (push) Successful in 8m22s
Lint / test (push) Successful in 31s
Trivy / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2026-01-05 17:04:06 +11:00
parent 7a9a0abcd1
commit 9f30c56e8a
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -27,7 +27,6 @@ poetry run \
# Install/remove something, harvest again and diff the harvests # Install/remove something, harvest again and diff the harvests
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cowsay DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cowsay
DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y apache2
poetry run \ poetry run \
enroll harvest --out "${BUNDLE_DIR}2" enroll harvest --out "${BUNDLE_DIR}2"