Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #178 from Financial-Times/rip-ft-yml
Browse files Browse the repository at this point in the history
Removed check to enforce repo ownership with an ft.yml file
  • Loading branch information
Adam Braimbridge authored Mar 4, 2019
2 parents bc762c2 + ea585c4 commit 56b4f7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/setup.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ $(info Note — An .env file exists. Its contents have been exported as environm
endif
endif

# Enforce repo ownership
ifeq ("$(wildcard ft.yml)","")
$(error 'Projects making use of n-gage *must* define an ft.yml file containing the repo owner’s details (see any next- repo for required structure)')
$(error 'If you are creating a project not to be maintained by the next team please feel free to copy what you need from our build tools but don’t add an ft.yml.')
$(error 'Integrating with our tooling may result in unwanted effects e.g. nightly builds, slack alerts, emails etc')
endif

# ./node_modules/.bin on the PATH
export PATH := $(PATH):$(ngage-dir)node_modules/.bin:./node_modules/.bin

Expand Down

0 comments on commit 56b4f7d

Please sign in to comment.