Skip to content

Commit 4609edb

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

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
@@ -26,6 +26,7 @@ namespace :vox do
2626
run_command('pwd', silent: false, print_command: true, report_status: true)
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)
29+
run_command("ls -la 'D:/a/puppet-runtime/puppet-runtime/configs/projects/agent-runtime-main.rb'", silent: false, print_command: true, report_status: true)
2930
run_command(cmd, silent: false, print_command: true, report_status: true)
3031
end
3132
end

0 commit comments

Comments
 (0)