소스 검색

Merge pull request #94 from kubecost/AjayTripathy-auto-built

fix indentation on circleci
Ajay Tripathy 7 년 전
부모
커밋
01851e5c63
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -13,8 +13,8 @@ jobs:
     machine: true
     filters:
       branches:
-      only:
-        - master
+        only:
+          - master
     steps:
       - checkout
       - run: |