We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f11c3 commit 00bfa7eCopy full SHA for 00bfa7e
Makefile
@@ -93,10 +93,10 @@ lint.check:
93
build.requirements:
94
# If make was given a different requirements tag, we assume a suitable image
95
# was already built (e.g. by umbrella) and don't want to build this one.
96
- ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
+ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
97
echo "Error: building worker reqs image despite another being provided"
98
exit 1
99
- endif
+endif
100
# if docker pull succeeds, we have already build this version of
101
# requirements.txt. Otherwise, build and push a version tagged
102
# with the hash of this requirements.txt
0 commit comments