adriancole commented on a change in pull request #16: Cleans up most references to OpenZipkin for Apache URL: https://github.com/apache/incubator-zipkin-website/pull/16#discussion_r290607839
########## File path: .circleci/update-asf-site.sh ########## @@ -18,7 +18,7 @@ readonly builddir="$(mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir')" readonly master_sha="$(git rev-parse --short HEAD)" # Grab the target branch, delete the existing files so we can do a clean build -git clone --branch asf-site -- [email protected]:openzipkin/openzipkin.github.io "$builddir" +git clone --branch asf-site -- [email protected]:apache/incubator-zipkin-website "$builddir" Review comment: I'm not sure this script will actually work anymore.. probably we should delete it? Or is this in use somehow? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
