We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a0f09 commit 4a8df25Copy full SHA for 4a8df25
1 file changed
Makefile
@@ -21,4 +21,4 @@ test:
21
.ci/start-ci.sh $(image) $(ARG)
22
23
pull:
24
- docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done)
+ docker pull $(shell grep 'FROM' Dockerfile | sed 's/^FROM//g'; )
0 commit comments