Skip to content

Commit

Permalink
[master] adding shipyard files and updating circle files (2600hz#6068)
Browse files Browse the repository at this point in the history
- updated circle.yml file to work with builder
- initial shipyard files
- default summary and description from current
- adjusted dependencies to metapackage
- updated license
- Update Shipyard config files
- Updates descriptions, vendor, and URLs for 2600Hz- and
  community-maintained KAZOO applications
- updated circle files
- updated core in shipyard configs
- add yml to changed listing
  • Loading branch information
swysor authored and jamesaimonetti committed Oct 16, 2019
1 parent ee7f0a1 commit ef1b1ce
Show file tree
Hide file tree
Showing 76 changed files with 14,217 additions and 3,219 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ endif
CHANGED_SWAGGER ?= $(shell git --no-pager diff --name-only HEAD $(BASE_BRANCH) -- applications/crossbar/priv/api/swagger.json)
CHANGED_ERL=$(filter %.hrl %.erl %.escript,$(CHANGED))
CHANGED_JSON=$(filter %.json,$(CHANGED))
CHANGED_YML=$(filter %.yml,$(CHANGED))

# You can override this when calling make, e.g. make JOBS=1
# to prevent parallel builds, or make JOBS="8".
Expand Down Expand Up @@ -55,6 +56,7 @@ changed:
@echo "changed: $(CHANGED)"
@echo "changed ERL: $(CHANGED_ERL)"
@echo "changed JSON: $(CHANGED_JSON)"
@echo "changed YML: $(CHANGED_YML)"

changed_swagger:
@echo "$(CHANGED_SWAGGER)"
Expand Down
Loading

0 comments on commit ef1b1ce

Please sign in to comment.