fixing path

This commit is contained in:
Lucas Gravley 2020-03-12 07:39:34 -05:00
parent 5c33868fe4
commit 90228c5143

View file

@ -88,7 +88,8 @@ RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master
################## ##################
# Install TFLint # # Install TFLint #
################## ##################
RUN curl -L "$(curl -Ls https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" -o tflint.zip && unzip tflint.zip && rm tflint.zip RUN curl -L "$(curl -Ls https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" -o tflint.zip && unzip tflint.zip && rm tflint.zip \
&& cp "tflint" /usr/bin/
########################################### ###########################################
# Load GitHub Env Vars for Github Actions # # Load GitHub Env Vars for Github Actions #