Skip to content

Commit

Permalink
remove force pull
Browse files Browse the repository at this point in the history
Change-Id: I609f763c0c4d9527e0362fc4c8a75d87a38eace0
  • Loading branch information
bitsf committed Nov 6, 2019
1 parent 575053f commit da43ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/photon/Makefile
Expand Up @@ -17,7 +17,7 @@ WGET=$(shell which wget)

# docker parameters
DOCKERCMD=$(shell which docker)
DOCKERBUILD=$(DOCKERCMD) build --pull
DOCKERBUILD=$(DOCKERCMD) build
DOCKERRMIMAGE=$(DOCKERCMD) rmi
DOCKERIMASES=$(DOCKERCMD) images

Expand Down

0 comments on commit da43ad8

Please sign in to comment.