From 8be4a5c84fb2c56f108abf09a4a26d76cf5e42a0 Mon Sep 17 00:00:00 2001 From: jpic Date: Sun, 16 Feb 2020 18:15:05 +0100 Subject: [PATCH] Debug output for shlax build --- shlaxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlaxfile.py b/shlaxfile.py index df287da..995ea8d 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -38,7 +38,7 @@ gitlabci = GitLabCI( build=dict( stage='build', image='yourlabs/shlax', - script='./shlaxfile.py shlax build', + script='./shlaxfile.py -d shlax build', ), test=dict( stage='test',