From b21cbff8f9c4506ad97414a529cf0c09c7f7cb19 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 26 May 2020 22:00:53 -0400 Subject: [PATCH] ci: Add shell access to build area I need to debug the release step, and having shell access should hopefully make it easier. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index f0af46b..b1b41d8 100644 --- a/.build.yml +++ b/.build.yml @@ -12,6 +12,7 @@ secrets: - 923b614a-772e-472a-b9d5-e742fc0697c0 environment: PERL5LIB: /home/build/perl5/lib/perl5 +shell: true tasks: - setup: | cd euchre-live -- libgit2 1.1.1