Skip to content

Commit

Permalink
atlantis.yaml: Enable lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Esposito committed May 25, 2020
1 parent 5b62575 commit 27d53d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion atlantis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@ version: 3
projects:
- dir: .
autoplan:
when_modified: ["manifests/**/*.yaml", "*.tf*", "manifests/**.yaml"]
when_modified: ["manifests/**/*.yaml", "*.tf*", "manifests/**.yaml"]
workflow: lfs
workflows:
lfs:
plan:
steps:
- run: apk add git-lfs
- run: git lfs install
- run: git lfs pull
- init
- plan

0 comments on commit 27d53d2

Please sign in to comment.