You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/20 03:28:27 UTC

[GitHub] houshengbo commented on a change in pull request #201: Run Godep tool for build

houshengbo commented on a change in pull request #201: Run Godep tool for build
URL: https://github.com/apache/incubator-openwhisk-cli/pull/201#discussion_r162772139
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -48,6 +49,7 @@ before_deploy:
   - go get github.com/mattn/go-isatty
   - export build_file_name=wsk
   - export zip_file_name=OpenWhisk_CLI
+  - ./bin/godep restore -v
 
 Review comment:
   No need to add this line here. As you see in test_openwhisk.sh, we run make build, so the dependecy deps runs as well. All the godep dependencies are installed by  "go get -d -t ./..." .
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services