Skip to content

Commit

Permalink
test(abt): fix Makefile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Oct 17, 2024
1 parent 703e01d commit b8bc401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses-snapshot-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ build-opentrons-analysis:
@echo "The image will be named opentrons-analysis:$(ANALYSIS_REF)"
@echo "If you want to build a different version, run 'make build-opentrons-analysis ANALYSIS_REF=<version>'"
@echo "Cache is always busted to ensure latest version of the code is used"
docker build --build-arg OPENTRONS_VERSION=$(ANALYSIS_REF) --build-arg CACHEBUST=$(CACHEBUST) -t opentrons-analysis:$(ANALYSIS_REF) citools/.
docker build --build-arg ANALYSIS_REF=$(ANALYSIS_REF) --build-arg CACHEBUST=$(CACHEBUST) -t opentrons-analysis:$(ANALYSIS_REF) citools/.

.PHONY: generate-protocols
generate-protocols:
Expand Down

0 comments on commit b8bc401

Please sign in to comment.