tasks/pkg
Some checks failed
/ job (push) Failing after 10m48s

This commit is contained in:
Marc Beninca 2024-08-19 14:43:46 +02:00
parent 5593c26ded
commit a376f1b148
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 8 additions and 10 deletions

View file

@ -33,7 +33,6 @@ spcd_main() {
spcd_install_git
spcd_install_python
spcd_install_python_modules
# TODO move to Python
spcd_install_packages
spcd_write_python_module
spcd_switch_to_python
@ -677,7 +676,6 @@ ${spcd_ipm__target}"
spcd_rm "${spcd_ipm__root}"
}
# TODO move to Python
spcd_install_packages() {
# epel
spcd_step "Install EPEL"