diff options
-rwxr-xr-x | bin/g-i-installation.sh | 1 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d4c96a96..4fb1b51b 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -250,6 +250,7 @@ normal_action() { 320) do_and_report key enter ;; 350) do_and_report type "su -c poweroff" + # "alt-f4 right right enter" should also work ;; 370) do_and_report key enter ;; diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index d416001e..10639623 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -19,7 +19,7 @@ - email: recipients: '{my_recipients}' - archive: - artifacts: 'results/*.*' + artifacts: 'results/* results/*/*' latest_only: false - imagegallery: title: '{my_title}' |