rbbt-util 5.26.122 → 5.26.123
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbbt/workflow/util/archive.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e96ed5761eef95372811bae55ba91719eb96553db52370702f4d26c57cd8293
|
4
|
+
data.tar.gz: 3f8a3aaeea33d14bd1377b39afffa13e24ce27fd219eabcc30d57e3ff68e0cd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2ceccc4950a42fc71df4bc8ff64b5db3fc22967bdd0caa7a949debe234978f526883cf63631537d25093054e51898b9651f532243bd4567f922def8748c257c
|
7
|
+
data.tar.gz: fa548dfab4b5c734f25f0af3b5f47c397c27f63456fcecc52402278f0d7248ddb929699c59eabd3fa418155bc756d8e2d09452364f8b4bf90eb1797974f9e6da
|
@@ -65,8 +65,8 @@ class Step
|
|
65
65
|
next unless File.exists?(step.path)
|
66
66
|
job_files << step.path
|
67
67
|
job_files << step.info_file if File.exists?(step.info_file)
|
68
|
-
job_file_dir_content = Dir.glob(step.files_dir + '/**/*')
|
69
|
-
job_files
|
68
|
+
job_file_dir_content = Dir.glob(step.files_dir + '/**/*')
|
69
|
+
job_files.concat job_file_dir_content
|
70
70
|
rec_dependencies = Set.new
|
71
71
|
next unless recursive
|
72
72
|
deps = [step.path]
|