prima-twig 0.40.0 → 0.40.1
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 +1 -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: 0e7622a98f4b658f51d45d0957255103da43367d
|
|
4
|
+
data.tar.gz: 5e400fa8b6b5efcfec4139e857f2382baa05e7c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf68c6877bca9ede30b016dfd4ac1e6806d1e24adbd72ea125e72a749b8bbc479e1d07b05c4920923350c69b2825de0767879da0b4ea91334756f8b289735789
|
|
7
|
+
data.tar.gz: 44c2cb23298814e78f45f7054dc1f499825c7e81f0211d255b96e1edd5278bc05a180db7ecc68f01e7a6df14a4938e253aabe647fe9328de7b94254982056cea
|
data/bin/twig-feature
CHANGED
|
@@ -2532,7 +2532,7 @@ class Release
|
|
|
2532
2532
|
|
|
2533
2533
|
artifact_path = "/tmp/skynet-#{revision}-qa.tar.gz"
|
|
2534
2534
|
|
|
2535
|
-
exec_step "tar cfz #{artifact_path} config core pickles web tests application_log configuration.py wsgi.py requirements.txt
|
|
2535
|
+
exec_step "tar cfz #{artifact_path} config core pickles web tests logstash application_log configuration.py wsgi.py requirements.txt"
|
|
2536
2536
|
|
|
2537
2537
|
upload_artifact(artifact_path, "skynet/#{revision}-#{deploy_id}.tar.gz")
|
|
2538
2538
|
end
|