Skip to content

Commit

Permalink
Stop building Shipyard's images twice
Browse files Browse the repository at this point in the history
The images get built once outside the dapper runs and once again inside
(as is necessary for consuming projects).
In Shipyard's case, the second rebuild is redundant and just wastes time
and resources.

Signed-off-by: Mike Kolesnik <[email protected]>
  • Loading branch information
mkolesnik authored and mangelajo committed Apr 6, 2021
1 parent 162aa03 commit e96214b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ $(TARGETS):

.PHONY: $(TARGETS)

# Prevent rebuilding images inside dapper since thy're already built outside it in Shipyard's case
package/.image.nettest package/.image.shipyard-dapper-base: ;

# Project-specific targets go here
deploy: nettest

Expand Down

0 comments on commit e96214b

Please sign in to comment.