cspwizard commented on a change in pull request #1953:
URL: https://github.com/apache/thrift/pull/1953#discussion_r442234243



##########
File path: docker-hub.appveyor.yml
##########
@@ -0,0 +1,14 @@
+version: 1.0.{build}
+branches:
+  only:
+    - /^(release/)?\d+\.\d+\.\d+$/
+image: Ubuntu
+clone_depth: 1
+environment:
+  matrix:
+    - login:
+        secure: echo docker-hub-api-key | docker login --username thrift 
--password-stdin
+build_script:
+  - sh: docker build compiler/cpp -f build/docker/publish/Dockerfile -t 
thrift:$APPVEYOR_REPO_BRANCH
+  - sh: eval $login
+  - sh: docker push thrift:$APPVEYOR_REPO_BRANCH

Review comment:
       fixed




----------------------------------------------------------------
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]


Reply via email to