Skip to content

Commit

Permalink
Merge branch 'edge' into local-code-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Oct 18, 2024
2 parents 9ef1b09 + 9a634ea commit aca7037
Show file tree
Hide file tree
Showing 220 changed files with 78,536 additions and 46,808 deletions.
2 changes: 1 addition & 1 deletion analyses-snapshot-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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
Loading

0 comments on commit aca7037

Please sign in to comment.