jiangpengcheng commented on a change in pull request #3955: Add an variable to 
set the timezone for all of components
URL: 
https://github.com/apache/incubator-openwhisk/pull/3955#discussion_r208845167
 
 

 ##########
 File path: ansible/roles/apigateway/tasks/deploy.yml
 ##########
 @@ -28,3 +29,6 @@
   until: result.status == 200
   retries: 12
   delay: 5
+
+- name: install tzdata on apigateway
+  shell: docker exec apigateway sh -c "apk add -u tzdata && api-gateway -s 
reload"
 
 Review comment:
   yes, that's better, but then it won't compatible with old apigateway

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to