prima-twig 0.45.08 → 0.45.09
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 -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: b12baf22a557cfd4174f3f022cf322e82dff73da9510281835f8dc09abd1c855
|
|
4
|
+
data.tar.gz: 61c68b947d8e210538841e3a7c56e3c6dd9f2a19d97c1511d186d84b4171d147
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9b5c17f1b382866e0e571bc71f0c7955f16dbf8f6b801bf298f35495179b6f2b64b44481457c2bd724423192ae5935792a5085d8e36e71439ab9334e4350d73
|
|
7
|
+
data.tar.gz: 19eeb5cf4e98423794a280461f720d37169fc8d2594538181f45af63276f60858aab52d381f06a21c7338fd381127360575e4d9d5dc17d7d45b9ec5f95a17615
|
data/bin/twig-feature
CHANGED
|
@@ -2529,7 +2529,7 @@ class Release
|
|
|
2529
2529
|
assange_qa_host = "assange-#{@dns_record_identifier}.qa.colaster.com"
|
|
2530
2530
|
peano_qa_host = "peano-#{@dns_record_identifier}.qa.colaster.com"
|
|
2531
2531
|
borat_qa_host = "backoffice-#{@dns_record_identifier}.qa.colaster.com"
|
|
2532
|
-
|
|
2532
|
+
|
|
2533
2533
|
ws_endpoint = "wss://#{borat_qa_host}/socket/websocket?vsn=1.0.0"
|
|
2534
2534
|
frontend_endpoint = "https://#{web_qa_host}/"
|
|
2535
2535
|
graphiql_endpoint = "https://#{borat_qa_host}/graphiql"
|
|
@@ -2592,7 +2592,7 @@ class Release
|
|
|
2592
2592
|
end
|
|
2593
2593
|
|
|
2594
2594
|
artifact_path = Dir.glob("_build/qa/rel/borat/releases/*/borat.tar.gz").first
|
|
2595
|
-
upload_artifact(artifact_path, "microservices/borat/#{revision}-#{
|
|
2595
|
+
upload_artifact(artifact_path, "microservices/borat/#{revision}-#{deploy_id}-qa.tar.gz", "#{@s3_bucket}-encrypted")
|
|
2596
2596
|
|
|
2597
2597
|
Dir.chdir '../../'
|
|
2598
2598
|
end
|