Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

configurable path for build script #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vetruvet
Copy link

this is to fix builds on systems where /tmp is mounted with noexec

this is to fix builds on systems where /tmp is mounted with noexec
@run_file = Tempfile.new("executor")
FileUtils.mkdir_p(config.jobs_dir) unless File.exists?(config.jobs_dir)

@run_file = Tempfile.new("executor", config.jobs_dir)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer single-quoted strings when you don't need string interpolation or special symbols.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

3 participants