Skip to content

Commit 9fcabc0

Browse files
committed
CI: add random debugging
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent 4609edb commit 9fcabc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks/build.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace :vox do
2727
run_command('ls -la', silent: false, print_command: true, report_status: true)
2828
run_command('ls -la configs/projects/agent-runtime-main.rb', silent: false, print_command: true, report_status: true)
2929
run_command("ls -la 'D:/a/puppet-runtime/puppet-runtime/configs/projects/agent-runtime-main.rb'", silent: false, print_command: true, report_status: true)
30+
run_command("ls -la 'D:/d/a/puppet-runtime/puppet-runtime/configs/projects/agent-runtime-main.rb'", silent: false, print_command: true, report_status: true)
3031
run_command(cmd, silent: false, print_command: true, report_status: true)
3132
end
3233
end

0 commit comments

Comments
 (0)