prima-twig 0.40.15 → 0.40.16
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: b03d2a4a73b8ad0baa9dca6bc6f2c19d5243b7e5
|
|
4
|
+
data.tar.gz: e5fd1d7844fa121beec3a9499227d1049b4e3574
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33ada3667187541a2b672f16fb5ad26c4f5796e4927ec4d13f6486ab82a0db4b751845abe35fbf2598df5e3949ea3cde0f4b50a386f4c9417042f8fa0472ddb1
|
|
7
|
+
data.tar.gz: 7c9dcb459da399ff1b579708a6eb245a597a8676b2a43fdaaad936af4f8f0e9061e50408bafd597b35288b4872b6d4f9108b7e340375b0e4e3f57bb0b32be3f6
|
data/bin/twig-feature
CHANGED
|
@@ -2537,7 +2537,7 @@ class Release
|
|
|
2537
2537
|
|
|
2538
2538
|
artifact_path = "/tmp/skynet-#{revision}-qa.tar.gz"
|
|
2539
2539
|
|
|
2540
|
-
exec_step "tar cfz #{artifact_path} core config pickles web tests logstash application_log configuration.py wsgi.py requirements.txt requirements_training.txt
|
|
2540
|
+
exec_step "tar cfz #{artifact_path} core config pickles web tests logstash application_log configuration.py wsgi.py requirements.txt requirements_training.txt"
|
|
2541
2541
|
|
|
2542
2542
|
upload_artifact(artifact_path, "microservices/skynet/#{revision}-qa.tar.gz", "#{@s3_bucket}-encrypted")
|
|
2543
2543
|
|