Skip to content

Commit

Permalink
chore(pipeline): specified shell in Makefile
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: LasOri <[email protected]>
  • Loading branch information
davidSchuppa and LasOri committed Feb 22, 2024
1 parent 62c130a commit 5f47bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: check-env help build-test create-apks prepare-ci run-github-workflow-locally test-android-firebase test-android-firebase-emulator
.DEFAULT_GOAL := help
SHELL := /bin/bash

ifneq (,$(wildcard .env))
include .env
Expand Down

0 comments on commit 5f47bbd

Please sign in to comment.