Skip to content

Commit

Permalink
Left over from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davent committed Oct 12, 2020
1 parent 04b6c71 commit e9d93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Expand Up @@ -24,7 +24,7 @@ DOCKER_RUN=docker run -t -v $(CURDIR)/../:/work:rw -e PIP_INDEX_URL=$(PIP_INDEX_
NOOP = true
ifeq ($(PAASTA_ENV),YELP)
ADD_MISSING_DEPS_MAYBE:=-diff --unchanged-line-format= --old-line-format= --new-line-format='%L' ../requirements.txt ./extra_requirements_yelp.txt >> ../requirements.txt
ACTUAL_PACKAGE_VERSION=$(RELEASE)-yelp2
ACTUAL_PACKAGE_VERSION=$(RELEASE)-yelp1
ADD_VERSION_SUFFIX=dch -v $(ACTUAL_PACKAGE_VERSION) --force-distribution --distribution $* --changelog ../debian/changelog 'Build for yelp: add scribereader to virtualenv'
else
ADD_MISSING_DEPS_MAYBE:=$(NOOP)
Expand Down

0 comments on commit e9d93de

Please sign in to comment.