verify/if
Some checks failed
/ alpine (push) Successful in 1m39s
/ archlinux (push) Successful in 2m39s
/ opensuse (push) Successful in 3m1s
/ ubuntu (push) Successful in 7m50s
/ almalinux (push) Successful in 11m20s
/ fedora (push) Successful in 11m33s
/ rockylinux (push) Successful in 12m32s
/ debian (push) Failing after 3m50s
Some checks failed
/ alpine (push) Successful in 1m39s
/ archlinux (push) Successful in 2m39s
/ opensuse (push) Successful in 3m1s
/ ubuntu (push) Successful in 7m50s
/ almalinux (push) Successful in 11m20s
/ fedora (push) Successful in 11m33s
/ rockylinux (push) Successful in 12m32s
/ debian (push) Failing after 3m50s
This commit is contained in:
parent
e3a9b87125
commit
d4d9ceeeff
1 changed files with 3 additions and 1 deletions
|
@ -1038,7 +1038,9 @@ spcd_step__ca_update_certificates() {
|
||||||
spcd_step__packages_verify_https() {
|
spcd_step__packages_verify_https() {
|
||||||
spcd_step "Verify HTTPS"
|
spcd_step "Verify HTTPS"
|
||||||
spcd_pvh__path="$(spcd_https_path)"
|
spcd_pvh__path="$(spcd_https_path)"
|
||||||
[ -n "${spcd_pvh__path}" ] && spcd_os_rm "${spcd_pvh__path}"
|
if [ -n "${spcd_pvh__path}" ]; then
|
||||||
|
spcd_os_rm "${spcd_pvh__path}"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__packages_upgrade_system() {
|
spcd_step__packages_upgrade_system() {
|
||||||
|
|
Loading…
Reference in a new issue