From 954cf7fcdba099fd849dc9de57138313bf1d229d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 3 Jul 2018 23:19:12 +0100 Subject: Use bash from Guix when fetching revisions remotely --- app/jobs/govuk_guix/fetch_revision_job.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/jobs') diff --git a/app/jobs/govuk_guix/fetch_revision_job.rb b/app/jobs/govuk_guix/fetch_revision_job.rb index 63a1f04..42177ff 100644 --- a/app/jobs/govuk_guix/fetch_revision_job.rb +++ b/app/jobs/govuk_guix/fetch_revision_job.rb @@ -35,6 +35,10 @@ class GovukGuix::FetchRevisionJob < Que::Job sha = fetch_and_checkout(commit_hash, remote_host) command = [ + # Use bash from Guix if running remotely, as bash on Ubuntu + # seems to handle grouping arguments differently, which breaks + # guix-pre-inst-env + *(remote_host.nil? ? [] : '/home/ubuntu/.guix-profile/bin/bash'), "#{@repository_directory}/guix-pre-inst-env", 'guix', 'build', -- cgit v1.2.3