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 2019/08/09 14:01:35 UTC

[GitHub] [openwhisk-wskdeploy] mrutkows commented on a change in pull request #1065: WIP - Remove 'incubat(ing, ion, or)' designation and disclaimer from all files

mrutkows commented on a change in pull request #1065: WIP - Remove 'incubat(ing, ion, or)' designation and disclaimer from all files
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1065#discussion_r312492923
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -74,9 +74,9 @@ before_deploy:
       git config --global user.email "builds@travis-ci.com";
       git config --global user.name "Travis CI";
       git tag -d $GIT_TAG;
-      git push -q https://$API_KEY@github.com/apache/incubator-openwhisk-wskdeploy :refs/tags/$GIT_TAG;
+      git push -q https://$API_KEY@github.com/apache/openwhisk-wskdeploy :refs/tags/$GIT_TAG;
 
 Review comment:
   The API key portion of the push is likely not tied to the actual URL of the repo; auth keys typically are generated from UUIDs that are associated with locators and not directly derived from hashing them.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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