Skip to content

Commit

Permalink
Allow repo to select which workflow to use (#8)
Browse files Browse the repository at this point in the history
* Allow repo to select which workflow to use

* Hack to work around runatlantis/atlantis#639
  • Loading branch information
maximede authored Jul 25, 2019
1 parent 351bd6d commit 3872178
Show file tree
Hide file tree
Showing 2 changed files with 4 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
1 change: 1 addition & 0 deletions atlantis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
apply_requirements: [approved, mergeable]

workflow: terragrunt
allowed_overrides: [workflow]

allow_custom_workflows: false

Expand Down

0 comments on commit 3872178

Please sign in to comment.