File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ set -exu
44
55. $( dirname $0 ) /../commonvar.sh
66
7+ # Install v6 LTS
8+ curl --fail --silent --show-error --location https://fluentd.cdn.cncf.io/sh/install-${distribution} -${code_name} -fluent-package6-lts.sh | sh
9+
10+ # The update should succeed even if the working directory does not exist
11+ # https://github.com/fluent/fluent-package-builder/pull/955
12+ rm -rf /tmp/fluent/
13+
714# Display unit info for debug
815sudo systemctl cat systemd-tmpfiles-clean.service
916sudo systemctl cat systemd-tmpfiles-clean.timer
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ set -exu
44
55. $( dirname $0 ) /common.sh
66
7+ install_v6_lts
8+
9+ # The update should succeed even if the working directory does not exist
10+ # https://github.com/fluent/fluent-package-builder/pull/955
11+ rm -rf /tmp/fluent/
12+
713# Display unit info for debug
814sudo systemctl cat systemd-tmpfiles-clean.service
915sudo systemctl cat systemd-tmpfiles-clean.timer
You can’t perform that action at this time.
0 commit comments