Skip to content

Commit 1e6790b

Browse files
hanhzfseprain
authored andcommitted
[FAB-4369]make container sampleconfig update to date
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 <[email protected]>
1 parent 85ccddc commit 1e6790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ build/goshim.tar.bz2: $(GOSHIM_DEPS)
284284
@echo "Creating $@"
285285
@tar -jhc -C $(GOPATH)/src $(patsubst $(GOPATH)/src/%,%,$(GOSHIM_DEPS)) > $@
286286

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

290290
build/javashim.tar.bz2: $(JAVASHIM_DEPS)

0 commit comments

Comments
 (0)