Skip to content

Commit

Permalink
do not build the binary (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshnokia authored Feb 1, 2018
1 parent ef54d7b commit 2114c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z ${version} ]; then
exit 1
fi

go build
#go build

docker build -t nuage-plugin:${version} -f Dockerfile .

Expand Down

0 comments on commit 2114c52

Please sign in to comment.