ls -a
Some checks failed
/ job (push) Failing after 7s

This commit is contained in:
Marc Beninca 2024-05-04 14:03:33 +02:00
parent c09a3c6883
commit 7f47ab480b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

3
cd.sh
View file

@ -109,7 +109,6 @@ skip_if_unavailable=False
CD_CMD_UPDATE="apk update"
CD_CMD_UPGRADE="apk upgrade"
CD_PKG_PKG=""
# TODO
CD_PM_CONF_PATH=""
CD_PM_CONF_TEXT=""
CD_PM_HTTPS_PATH="/etc/apk/repositories.d/https"
@ -428,7 +427,7 @@ cd_ln_python () {
cd_ls () {
if [ "${1}" ] ; then
echo "╭╴$(realpath "${1}")"
ls --all -l "${1}" || exit
ls -a -l "${1}" || exit
fi
}

View file

@ -11,7 +11,7 @@ from various CA, CI, OCI / OS.
* [X] known CA certificates
* [ ] Operating Systems
* [X] Alma
* [ ] Alpine
* [X] Alpine
* [X] Debian
* [ ] Rocky
* [ ] Continuous Integration platforms
@ -22,10 +22,11 @@ from various CA, CI, OCI / OS.
## How
| Variable | Description |
|----------------|-------------------------|
|:---------------|:------------------------|
| CD_CA_n | Numbered CA certificate |
| CD_DNS | Space separated servers |
| CD_REPO_ALMA | Alma repository URL |
| CD_REPO_ALPINE | Alpine repository URL |
| CD_REPO_DEBIAN | Debian repository URL |
## Tasks