Skip to content

Commit

Permalink
Merge pull request #348 from chewong/fix-windows-ci
Browse files Browse the repository at this point in the history
fix: typo in Makefile
  • Loading branch information
k8s-ci-robot committed Apr 3, 2020
2 parents f75ef58 + 59ef5b9 commit f09c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ifdef TEST_WINDOWS
make azuredisk-windows
docker build --no-cache -t $(IMAGE_TAG) -f ./pkg/azurediskplugin/Windows.Dockerfile .
else
make azurediskfi
make azuredisk
docker build --no-cache -t $(IMAGE_TAG) -f ./pkg/azurediskplugin/Dockerfile .
endif
endif
Expand Down

0 comments on commit f09c106

Please sign in to comment.