Skip to content

Commit 86f043a

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tasks/build.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ namespace :vox do
2323

2424
FileUtils.rm_rf('C:/ProgramFiles64Folder/') if platform =~ /^windows-/
2525

26+
run_command('pwd', silent: false, print_command: true, report_status: true)
2627
run_command('ls -la', silent: false, print_command: true, report_status: true)
28+
run_command('ls -la configs/projects/agent-runtime-main.rb', silent: false, print_command: true, report_status: true)
2729
run_command(cmd, silent: false, print_command: true, report_status: true)
2830
end
2931
end

0 commit comments

Comments
 (0)