From 2a68650738a821fef25a799c2b134db27264b078 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 14 Oct 2024 21:37:17 +0530 Subject: [PATCH] yaml file indentation Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index a93b76deb..814ff8188 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -13,7 +13,7 @@ steps: commands: - sleep 60 expeditor: - executor: - docker: - image: ruby:3.1 - privileged: true + executor: + docker: + image: ruby:3.1 + privileged: true