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/08/09 08:01:31 UTC

[GitHub] markusthoemmes commented on a change in pull request #3955: Add an variable to set the timezone for all of components

markusthoemmes 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_r208838373
 
 

 ##########
 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:
   Should this be pushed upstream rather than patching here?

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