prima-twig 0.36.27 → 0.36.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 395d416b8eabdbf27b838caf7c22e5d6b6d91aee
|
|
4
|
+
data.tar.gz: 0be8832e6142b34ee7b9d1e89be87a2c60732d15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e811d4db77a0f8c3dd3692aaa4b4afbd78f8c77e081ddd83796164e382640b866272f161c49ca4e3eb1359902de987be857549f73748e91c0bc8100c2de5f99a
|
|
7
|
+
data.tar.gz: 980703a46e4ae518767860053552f132f55f60a07ca793150d5954a5aaa1f2f95eae015be9eb102abd3fd0c03633c80c1fbbb16ce3727c33830b2e42901228e6
|
data/bin/twig-feature
CHANGED
|
@@ -1629,9 +1629,8 @@ class Release
|
|
|
1629
1629
|
end
|
|
1630
1630
|
|
|
1631
1631
|
if @qainit
|
|
1632
|
-
execute_command 'pwd'
|
|
1633
|
-
|
|
1634
|
-
artifact_path = Dir.glob("/var/cache/ci/primait/qainit/master/project/projects/ermes/_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
|
|
1632
|
+
execute_command 'pwd && ls -l'
|
|
1633
|
+
artifact_path = Dir.glob("/var/cache/ci/project/projects/ermes/_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
|
|
1635
1634
|
else
|
|
1636
1635
|
artifact_path = Dir.glob("_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
|
|
1637
1636
|
end
|