Skip to content

Commit

Permalink
fix bash syntax error on make host-plugin-release
Browse files Browse the repository at this point in the history
Signed-off-by: Jizhong Jiang <jiangjizhong@gmail.com>
  • Loading branch information
jzwlqx committed Sep 13, 2017
1 parent 9740990 commit 895fb4c
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 @@ -315,7 +315,7 @@ host-plugin-release:
sh scripts/v2plugin_rootfs.sh
docker plugin create ${CONTIV_V2PLUGIN_NAME} install/v2plugin
@echo dev: pushing ${CONTIV_V2PLUGIN_NAME} to docker hub
@echo dev: (need docker login with user in contiv org)
@echo dev: need docker login with user in contiv org
docker plugin push ${CONTIV_V2PLUGIN_NAME}

# GITHUB_USER and GITHUB_TOKEN are needed be set to run github-release
Expand Down

0 comments on commit 895fb4c

Please sign in to comment.