Skip to content

Commit

Permalink
autocrlf false for windwos and remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 13, 2022
1 parent fb041f9 commit d979ce2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
directory: ./OpenSearch-Dashboards/plugins/dashboards-observability
token: ${{ secrets.CODECOV_TOKEN }}

# TODO remove hard coded version when observability is ready
- name: Build Artifact
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
Expand All @@ -85,7 +84,7 @@ jobs:
uses: actions/checkout@v1

- name: Line endings
run: git config --global core.autocrlf true
run: git config --global core.autocrlf false

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
Expand Down Expand Up @@ -124,7 +123,7 @@ jobs:
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn test
# TODO remove hard coded version when observability is ready
- name: Build Artifact
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
Expand Down Expand Up @@ -183,7 +182,6 @@ jobs:
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn test
# TODO remove hard coded version when observability is ready
- name: Build Artifact
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
Expand Down

0 comments on commit d979ce2

Please sign in to comment.