summaryrefslogtreecommitdiffstats
path: root/src/job/runnable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/job/runnable.rs')
-rw-r--r--src/job/runnable.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/job/runnable.rs b/src/job/runnable.rs
index 9806939..6361a49 100644
--- a/src/job/runnable.rs
+++ b/src/job/runnable.rs
@@ -19,7 +19,7 @@ use log::trace;
use uuid::Uuid;
use crate::config::Configuration;
-use crate::filestore::Artifact;
+use crate::filestore::ArtifactPath;
use crate::job::Job;
use crate::job::JobResource;
use crate::package::Package;
@@ -57,7 +57,7 @@ impl RunnableJob {
job: &Job,
source_cache: &SourceCache,
config: &Configuration,
- dependencies: Vec<Artifact>,
+ dependencies: Vec<ArtifactPath>,
) -> Result<Self> {
// Add the environment from the original Job object to the resources
let resources = dependencies