From 594bae4d17d8c43ea618ad5ee60ddf5787f96dff Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Fri, 30 Oct 2020 14:49:37 +0530 Subject: [PATCH] Making the default shell bash --- .github/workflows/client.yml | 2 ++ app/client/README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 5d5e044c20..9fea6be9bb 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -21,6 +21,7 @@ jobs: defaults: run: working-directory: app/client + shell: bash steps: # Checkout the code @@ -100,6 +101,7 @@ jobs: defaults: run: working-directory: app/client + shell: bash strategy: fail-fast: false matrix: diff --git a/app/client/README.md b/app/client/README.md index 0ae785bd51..2a275ea504 100755 --- a/app/client/README.md +++ b/app/client/README.md @@ -7,4 +7,3 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md) -