storage,
)?;
debug!("checking out commit {}", commit);
runcmd(&mut run_log, &["git", "checkout", &commit.to_string()], src)?;
let runspec = RunSpec::from_file(&src.join(RUNSPEC_PATH))?;
log.write(format!("CI run spec: {:#?}\n", runspec))?;