Skip to content

Commit

Permalink
Add explicit workdir configuration to fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Dec 27, 2019
1 parent e1eaef7 commit 4ad4568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/fpm_recipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
package = FPM::Package::Dir.new

# Set some attributes
package.attributes[:workdir] = Dir.tmpdir
package.name = 'deploy-agent'
package.version = ENV['PACKAGE_VERSION']
package.maintainer = '[email protected]'
Expand Down

0 comments on commit 4ad4568

Please sign in to comment.