Skip to content

Commit ddcf4d6

Browse files
authored
system-test: clean up a code where it install v4 package (#763)
I forgot to remove unnecessary lines at #744 Signed-off-by: Shizuo Fujita <[email protected]>
1 parent db37061 commit ddcf4d6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

fluent-package/yum/systemd-test/update-from-v4.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ case ${distribution} in
1414
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh
1515
;;
1616
esac
17-
sudo $DNF update -y
18-
sudo $DNF install -y td-agent-${td_agent_version}-1.*.x86_64
1917

2018
sudo systemctl enable --now td-agent
2119
systemctl status --no-pager td-agent

fluent-package/yum/systemd-test/update-to-next-version-with-backward-compat-for-v4.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ case ${distribution} in
1414
curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh
1515
;;
1616
esac
17-
sudo $DNF update -y
18-
sudo $DNF install -y td-agent-${td_agent_version}-1.*.x86_64
1917

2018
sudo systemctl enable --now td-agent
2119
systemctl status --no-pager td-agent

0 commit comments

Comments
 (0)