Skip to content

Commit 6b74492

Browse files
authored
chore: remove manual gettext/envsubst install (#219)
1 parent f57300d commit 6b74492

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ e2e-install-prerequisites:
121121
curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBERNETES_VERSION}/bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv kubectl /usr/local/bin/
122122
# Download and install bats
123123
curl -sSLO https://github.com/bats-core/bats-core/archive/v${BATS_VERSION}.tar.gz && tar -zxvf v${BATS_VERSION}.tar.gz && sudo bash bats-core-${BATS_VERSION}/install.sh /usr/local
124-
# Install envsubst
125-
sudo tdnf install -y gettext
126124

127125
.PHONY: install-soak-prerequisites
128126
install-soak-prerequisites: e2e-install-prerequisites

0 commit comments

Comments
 (0)