Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ lint.check:
build.requirements:
# If make was given a different requirements tag, we assume a suitable image
# was already built (e.g. by umbrella) and don't want to build this one.
ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
echo "Error: building api reqs image despite another being provided"
exit 1
endif
endif
# if docker pull succeeds, we have already build this version of
# requirements.txt. Otherwise, build and push a version tagged
# with the hash of this requirements.txt
Expand Down
Loading