Skip to content

Commit

Permalink
Hack to work around runatlantis/atlantis#639
Browse files Browse the repository at this point in the history
  • Loading branch information
maximede committed Jul 24, 2019
1 parent 4be008d commit b29dfc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RUN curl -L https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.9

RUN ln -s /usr/local/bin/terragrunt-0.18 /usr/local/bin/terragrunt

# TODO, remove once atlantis v0.8.4 is released
RUN ln -s /home/atlantis/.atlantis/bin/terraform0.12.5 /usr/local/bin/terraform0.12.5

RUN chmod +x /usr/local/bin/terragrunt*

COPY atlantis.yaml /home/atlantis/atlantis.yaml
Expand Down

0 comments on commit b29dfc8

Please sign in to comment.