File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
fluent-package/apt/systemd-test Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,7 @@ jobs:
235
235
- " downgrade-to-v4.sh"
236
236
- " downgrade-to-v5-lts.sh"
237
237
- " install-newly.sh local"
238
- - " install-newly.sh v5"
239
- # - "install-newly.sh v6"
238
+ - " install-newly.sh v6"
240
239
- " install-newly.sh lts"
241
240
- " update-to-next-version.sh"
242
241
- " update-to-next-version-with-backward-compat-for-v4.sh"
Original file line number Diff line number Diff line change @@ -9,14 +9,11 @@ case $1 in
9
9
sudo apt install -V -y \
10
10
/host/${distribution} /pool/${code_name} /${channel} /* /* /fluent-package_* _${architecture} .deb
11
11
;;
12
- v5)
13
- curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution} -${code_name} -fluent-package5.sh | sh
14
- ;;
15
12
v6)
16
13
curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution} -${code_name} -fluent-package6.sh | sh
17
14
;;
18
15
lts)
19
- curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution} -${code_name} -fluent-package5 -lts.sh | sh
16
+ curl --fail --silent --show-error --location https://toolbelt.treasuredata.com/sh/install-${distribution} -${code_name} -fluent-package6 -lts.sh | sh
20
17
;;
21
18
esac
22
19
You can’t perform that action at this time.
0 commit comments