Skip to content

Commit

Permalink
Remove check for .custom.mk file
Browse files Browse the repository at this point in the history
...to fix GitHub Actions failure
  • Loading branch information
rezabekf committed Dec 9, 2020
1 parent b0110a7 commit 313793b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ SHELL := /bin/bash
.PHONY : help init deploy test clean delete
.DEFAULT: help

# Check for .custom.mk file if exists
CUSTOM_FILE ?= .custom.mk
ifneq ("$(wildcard $(CUSTOM_FILE))","")
include $(CUSTOM_FILE)
else
$(error File `.custom.mk` doesnt exist, please create one.)
endif

help:
@echo "init generate project for local development"
@echo "deploy deploy solution from source"
Expand Down

0 comments on commit 313793b

Please sign in to comment.