Skip to content

Commit

Permalink
Merge pull request apache#2630 from rhoughton-pivot/GEODE-5864
Browse files Browse the repository at this point in the history
[GEDOE-5864] Iteration over indentation will eventually succeed.
  • Loading branch information
smgoller authored Oct 16, 2018
2 parents 3a11f87 + 43f4d66 commit 2f0d33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipelines/geode-build/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
- aggregate:
- get: geode
passed:
{{ all_gating_jobs() | indent(4) }}
{{ all_gating_jobs() | indent(6) }}
trigger: true
- get: geode-build-version
params:
Expand Down

0 comments on commit 2f0d33d

Please sign in to comment.