Skip to content

Commit

Permalink
[FAB-4369]make container sampleconfig update to date
Browse files Browse the repository at this point in the history
once sampleconfig has been updated, we should recreate
sampleconfig.tar.bz2 and package it to fabric docker
container

Change-Id: I19ec67f27d48ca5532b13a20fdfd24205940f476
Signed-off-by: Frank Han <frank@arxanfintech.com>
  • Loading branch information
hanhzf authored and seprain committed Jun 7, 2017
1 parent 85ccddc commit 1e6790b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ build/goshim.tar.bz2: $(GOSHIM_DEPS)
@echo "Creating $@"
@tar -jhc -C $(GOPATH)/src $(patsubst $(GOPATH)/src/%,%,$(GOSHIM_DEPS)) > $@

build/sampleconfig.tar.bz2:
build/sampleconfig.tar.bz2: $(shell find sampleconfig -type f)
(cd sampleconfig && tar -jc *) > $@

build/javashim.tar.bz2: $(JAVASHIM_DEPS)
Expand Down

0 comments on commit 1e6790b

Please sign in to comment.