Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Commit 65ce4cc

Browse files
fasaxctomdee
authored andcommitted
Add python files as a Makefile dependency for the build image. (#110)
Ensures changes to python files trigger rebuild of the image.
1 parent 78092b3 commit 65ce4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ update-frozen:
2020
docker build -t calico/build .
2121
docker run --rm calico/build pip freeze | grep -v pycalico > build-requirements-frozen.txt
2222

23-
calicobuild.created: $(BUILD_FILES)
23+
calicobuild.created: $(BUILD_FILES) $(PYCALICO)
2424
docker build -t calico/build .
2525
touch calicobuild.created
2626

0 commit comments

Comments
 (0)