Skip to content

Commit

Permalink
add help for talend and ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarnat committed Apr 1, 2017
1 parent 9b3c4a7 commit 41ab9bf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions talend-ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,28 @@ $(foreach J,$(JOBINFOFILES),$(foreach D, $(DOCKERFILES),$(eval $(call JOBRULE,$J
export REGISTRY_REGION
export KMSKEYPREFIX

.PHONY: showtalendjobs
showtalendjobs:
$(foreach I, $(JOBINFOFILES), $(info | $(dir $(I))) )
@exit 0


.PHONY: showecs
showecs:
$(foreach I, $(ECSJOBS), $(info | $(I)) )
@exit 0

mkhelp : mktalendhelp

.PHONY: mktalendhelp
mktalendhelp:
$(info Available talend targets: )
$(info | showtalendjobs )
$(info | showecs )
$(info | deployecsjob.CONTEXT )
@exit 0


ecsjobs: $(ECSJOBS)

clean : talendclean
Expand Down

0 comments on commit 41ab9bf

Please sign in to comment.