Skip to content

Commit

Permalink
[ci skip] notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 10, 2020
1 parent 644485c commit 6b59012
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/ragger-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def safe_colour_run(rag_src, stdout, stderr, status)
print rag.call(stdout, stderr, status)
RUBY
}
result = core_run('cyberdojo/ruby-base', id, rag_files, 2)
rgb = result['stdout']['content'].strip
container_name = create_container('cyberdojo/ruby-base', id, 2)
command = tar_pipe_files_in_and_run_cyber_dojo_sh(container_name)
rgb_stdout,rgb_stderr,rgb_status,timed_out = run(command, rag_files, max_seconds)
rgb = rgb_stdout['content'].strip
end

0 comments on commit 6b59012

Please sign in to comment.