Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #165 from stepanstipl/remove-mac-hwclock-hack
Browse files Browse the repository at this point in the history
Remove hwclock hack for mac
  • Loading branch information
stepanstipl committed Oct 9, 2018
2 parents 934c48a + d810c3a commit 80393be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shared/rakefiles/entrypoint.rake
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ end

desc "Create cluster and deploy GPII components to it"
task :deploy => [:set_vars, :apply_infra] do
# Workaround for 'context deadline exceeded' issue:
# https://github.com/exekube/exekube/issues/62
# https://github.com/docker/for-mac/issues/2076
# Remove this when docker for mac 18.05 becomes stable
sh "docker run --rm --privileged alpine hwclock -s"
sh "#{@exekube_cmd} rake xk[up]"
end

Expand Down

0 comments on commit 80393be

Please sign in to comment.