Pārlūkot izejas kodu

Merge pull request #2163 from euanh/shell-needs-build-image

Makefile: build image is a prerequisite of the shell target
Flavio Crisciani 7 gadi atpakaļ
vecāks
revīzija
350fc8fc17
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      libnetwork/Makefile

+ 1 - 1
libnetwork/Makefile

@@ -135,5 +135,5 @@ circle-ci-build: ${build_image}.created
 
 circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
 
-shell:
+shell: ${build_image}.created
 	@${docker} ${SHELL}