Making the default shell bash

This commit is contained in:
Arpit Mohan 2020-10-30 14:49:37 +05:30
parent 184cda75cf
commit 594bae4d17
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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)