We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6c9a commit f688215Copy full SHA for f688215
src/run_environment/local/provider.rs
@@ -300,6 +300,10 @@ impl RunEnvironmentProvider for LocalProvider {
300
})
301
}
302
303
+ fn get_commit_hash(&self, _repository_root_path: &str) -> Result<String> {
304
+ Ok(self.ref_.clone())
305
+ }
306
+
307
/// Local runs don't need run-index because each invocation gets a fresh `run_id`.
308
fn build_run_part_suffix(
309
&self,
0 commit comments