Skip to content

Commit

Permalink
Ensure the nettest image is rebuilt for e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Dec 17, 2024
1 parent 15cca6a commit 8a4232e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ override PRELOAD_IMAGES=nettest $(EXTRA_PRELOAD_IMAGES)
endif

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

# Project-specific targets go here
deploy: package/.image.nettest

e2e: clusters
e2e: clusters package/.image.nettest

else

Expand Down

0 comments on commit 8a4232e

Please sign in to comment.