prima-twig 0.36.24 → 0.36.25
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 +7 -1
- 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: b475c93f46affbdc01d773c3d6d7757672e306d1
|
|
4
|
+
data.tar.gz: 33d7f767a9f2c06ff6253da29bd0b4708e5d16df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0339f51b2c3250c1ee8b90fc2e9c0ebee0a324ce44f96d0abfe95632caf6bfdc6f8b0ba81a9cbaafa29bf4ae5d4d5dcc91b5b5e3a363acc152d7d6e60db4d29b'
|
|
7
|
+
data.tar.gz: 1e1a3992f3099af819c3a420ccec7a9703ec7e34cbcc4811078a1e5f8d1a3af754649312cbfb2ed802489106d30c4bae741c45740a27955e09639270eb305090
|
data/bin/twig-feature
CHANGED
|
@@ -1628,7 +1628,13 @@ class Release
|
|
|
1628
1628
|
end
|
|
1629
1629
|
end
|
|
1630
1630
|
|
|
1631
|
-
|
|
1631
|
+
if @qainit
|
|
1632
|
+
execute_command 'pwd'
|
|
1633
|
+
execute_command 'find . -type f | grep ermes.tar.gz'
|
|
1634
|
+
artifact_path = Dir.glob("/drone/src/github.com/primait/qainit/projects/ermes/_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
|
|
1635
|
+
else
|
|
1636
|
+
artifact_path = Dir.glob("_build/qa/rel/ermes/releases/*/ermes.tar.gz").first
|
|
1637
|
+
end
|
|
1632
1638
|
upload_artifact(artifact_path, "microservices/ermes/#{revision}-#{deploy_id}-qa.tar.gz", "#{@s3_bucket}-encrypted")
|
|
1633
1639
|
|
|
1634
1640
|
Dir.chdir '../../'
|