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

Remove hwclock hack for mac #165

Merged
merged 1 commit into from
Oct 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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