Skip to content

Commit

Permalink
chore: remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Sep 19, 2024
1 parent c27d516 commit b14ac3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/image/gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BI
&& echo $YQ_SHASUM /usr/bin/yq | sha256sum --check \
&& chmod +x /usr/bin/yq

ENV OPENTOFU_VERSION=v1.8.1
RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh \
&& chmod +x install-opentofu.sh \
&& ./install-opentofu.sh --install-method deb \
Expand Down

0 comments on commit b14ac3f

Please sign in to comment.