Skip to content

Commit

Permalink
Temporarily disable build_export_private_key when releasing gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhavens committed Aug 27, 2021
1 parent 5e3057c commit 60d0caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'bundler/gem_tasks'
require 'motion-provisioning'

Rake::Task[:build].enhance [:build_export_private_key] # make sure export_private_key is compiled prior to Bundler's "build" task so that it can be included in the gem package
# Rake::Task[:build].enhance [:build_export_private_key] # make sure export_private_key is compiled prior to Bundler's "build" task so that it can be included in the gem package

begin
require 'rspec/core/rake_task'
Expand Down

0 comments on commit 60d0caa

Please sign in to comment.