Skip to content

Commit

Permalink
build: 🐛 gha does not have apk
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Oct 2, 2023
1 parent 1df6f4a commit f0d0c94
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .scripts/pm_apk_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pm_apk_clean() {
}

test_pm_apk_clean() {
run_script 'pm_apk_clean'
# run_script 'pm_apk_clean'
warn "CI does not test pm_apk_clean."
}
5 changes: 3 additions & 2 deletions .scripts/pm_apk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pm_apk_install() {
}

test_pm_apk_install() {
run_script 'pm_apk_repos'
run_script 'pm_apk_install'
# run_script 'pm_apk_repos'
# run_script 'pm_apk_install'
warn "CI does not test pm_apk_install."
}
5 changes: 3 additions & 2 deletions .scripts/pm_apk_install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pm_apk_install_docker() {
}

test_pm_apk_install_docker() {
run_script 'pm_apk_repos'
run_script 'pm_apk_install_docker'
# run_script 'pm_apk_repos'
# run_script 'pm_apk_install_docker'
warn "CI does not test pm_apk_install_docker."
}
3 changes: 2 additions & 1 deletion .scripts/pm_apk_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pm_apk_repos() {
}

test_pm_apk_repos() {
run_script 'pm_apk_repos'
# run_script 'pm_apk_repos'
warn "CI does not test pm_apk_repos."
}
3 changes: 2 additions & 1 deletion .scripts/pm_apk_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ pm_apk_upgrade() {
}

test_pm_apk_upgrade() {
run_script 'pm_apk_upgrade'
# run_script 'pm_apk_upgrade'
warn "CI does not test pm_apk_upgrade."
}
1 change: 1 addition & 0 deletions .scripts/pm_dnf_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pm_dnf_install() {
}

test_pm_dnf_install() {
# run_script 'pm_dnf_repos'
# run_script 'pm_dnf_install'
warn "CI does not test pm_dnf_install."
}
1 change: 1 addition & 0 deletions .scripts/pm_dnf_install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pm_dnf_install_docker() {
}

test_pm_dnf_install_docker() {
# run_script 'pm_dnf_repos'
# run_script 'pm_dnf_install_docker'
warn "CI does not test pm_dnf_install_docker."
}
1 change: 1 addition & 0 deletions .scripts/pm_pacman_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pm_pacman_install() {
}

test_pm_pacman_install() {
# run_script 'pm_pacman_repos'
# run_script 'pm_pacman_install'
warn "CI does not test pm_pacman_install."
}
1 change: 1 addition & 0 deletions .scripts/pm_pacman_install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pm_pacman_install_docker() {
}

test_pm_pacman_install_docker() {
# run_script 'pm_pacman_repos'
# run_script 'pm_pacman_install_docker'
warn "CI does not test pm_pacman_install_docker."
}
1 change: 1 addition & 0 deletions .scripts/pm_yum_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pm_yum_install() {
}

test_pm_yum_install() {
# run_script 'pm_yum_repos'
# run_script 'pm_yum_install'
warn "CI does not test pm_yum_install."
}
1 change: 1 addition & 0 deletions .scripts/pm_yum_install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pm_yum_install_docker() {
}

test_pm_yum_install_docker() {
# run_script 'pm_yum_repos'
# run_script 'pm_yum_install_docker'
warn "CI does not test pm_yum_install_docker."
}

0 comments on commit f0d0c94

Please sign in to comment.