Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Jun 11, 2024
1 parent 829f414 commit 2f1394a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 60 deletions.
114 changes: 59 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tools/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ debug: ## Show debug information
$(call dbg,COMPOSER_JSON_EXISTS,${COMPOSER_JSON_EXISTS})
$(call dbg,IS_DRUPAL,${IS_DRUPAL})
$(call dbg,IS_SYMFONY,${IS_SYMFONY})
$(call dbg,IS_WP,${IS_WP})
$(call dbg,LAGOON,${LAGOON})
$(call dbg,WODBY,${WODBY})
$(call dbg,SYSTEM,${SYSTEM})
$(call dbg,WEBROOT,${WEBROOT})
$(call dbg,UNAME_S,${UNAME_S})
Expand Down
3 changes: 0 additions & 3 deletions tools/make/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ endif
#

LAGOON := $(shell test -f .lagoon.yml && echo yes || echo no)
WODBY := $(shell test -f wodby.yml && echo yes || echo no)

ifeq ($(LAGOON),yes)
SYSTEM := LAGOON
else ifeq ($(WODBY),yes)
SYSTEM := WODBY
else
SYSTEM := WHOKNOWS
endif
Expand Down

0 comments on commit 2f1394a

Please sign in to comment.