CI: remove some obsolete stuff

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-25 02:53:49 +02:00
parent e5c0d998b7
commit e2acd666df
2 changed files with 5 additions and 86 deletions
+2 -9
View File
@@ -2,6 +2,8 @@
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
# ...lots of outdated/unneeded stuff from the old Travis/Circle/AppVeyor CI days...
#set -x # debug
umask 022
export GIT_PAGER=
@@ -268,13 +270,4 @@ print_settings() {
##env | LC_ALL=C sort
}
fix_home_ssh_perms() {
if [[ -d ~/.ssh ]]; then
if [[ -x /usr/sbin/restorecon ]]; then
/usr/sbin/restorecon -v -R ~/.ssh || true
fi
chmod -c -R go-rwx ~/.ssh || true
fi
}
true