deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(bug): use the deis time which supports RFC3339 dates #300

Closed kmala closed 8 years ago

kmala commented 8 years ago

Summary of Changes

use the latest deis/pkg/time which supports RFC3339

Issue(s) that this PR Closes

git push in builder is currently broken because of https://github.com/deis/controller/pull/637

Associated End To End Test PR(s)

Associated Documentation PR(s)

Associated Design Document(s)

Testing Instructions

  1. Create a Deis Cluster
  2. deploy an app using git push deis master
  3. app should be deployed properly and running

    Pull Request Hygiene TODOs

Please make sure the below checklist is complete.