Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe committed Jun 7, 2024
1 parent 6f34285 commit 1492b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dash-pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ docker-saichallenger-client-bldr-image-exists:
docker-saichallenger-client-bldr:
{ [ x$(ENABLE_DOCKER_PULL) == xy ] && docker pull $(DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG); } || \
{ pushd $(SAI_CHALLENGER_PATH) && git submodule update --init && ./build.sh -i client && popd; \
docker build \
$(shell docker build --no-cache --progress plain \
-f dockerfiles/Dockerfile.saichallenger-client-bldr \
-t $(DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG) \
. ;\
.) \
}
[ -n $(DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG_CTAG) ] && \
docker tag $(DOCKER_SAI_CHALLENGER_CLIENT_BLDR_IMG) \
Expand Down

0 comments on commit 1492b34

Please sign in to comment.