euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit b21cbff8f9c4506ad97414a529cf0c09c7f7cb19 (patch)
parent 2b1af8b7af06f4a5cb4c9532b74506911e59cfde
Author: Alex Karle <alex@karle.co>
Date:   Tue, 26 May 2020 22:00:53 -0400

ci: Add shell access to build area

I need to debug the release step, and having shell access should
hopefully make it easier.

Diffstat:
M.build.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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