We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b776e commit 27853ebCopy full SHA for 27853eb
src/scripts/tools/ppa.sh
@@ -182,6 +182,7 @@ add_ppa() {
182
ppa=${1:-ondrej/php}
183
if [[ "$ID" = "ubuntu" || "$ID_LIKE" =~ ubuntu ]] && [[ "$ppa" =~ "ondrej/" ]]; then
184
if is_ubuntu_ppa_up "$ppa" ; then
185
+ [ "${runner:?}" = "self-hosted" ] && find "$list_dir" -type f -name 'sp*' -exec grep -qF "$sp" {} \; -delete
186
[ "${debug:?}" = "debug" ] && add_list "$ppa" "$lpc_ppa/$ppa/ubuntu" "$lpc_ppa/$ppa/ubuntu" "$VERSION_CODENAME" "main/debug"
187
add_list "$ppa"
188
else
0 commit comments