prima-twig 0.36.69 → 0.36.70
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: 1a751182caae21269a73216d8cc3c527032cb7cd
|
|
4
|
+
data.tar.gz: f77d0785940f4e5c8c822fb128a7cf694e44eaac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d704b183ee8ce45d256def6fe6d3240548cacd768dab9994ba7d16a1d82b4e48b2f158a3ba756718c6b23698ea3ec6e27f1448242f603a0d323fb6aa8e83830
|
|
7
|
+
data.tar.gz: 2597e644070831c1ceee15a915d040753cc2c4d3d82f0fa654497412bc6b4c7a58f1dd35303c3790d6f5557dc35d1956abadbfd824995fd737aa57d3ce8e5608
|
data/bin/twig-feature
CHANGED
|
@@ -2357,7 +2357,7 @@ class Release
|
|
|
2357
2357
|
exec_step 'prepare-docker-compose --directory prima'
|
|
2358
2358
|
exec_step 'sed -i "s/\\/home\\/app/\\/root/g" docker-compose.yml'
|
|
2359
2359
|
[
|
|
2360
|
-
"bin/
|
|
2360
|
+
"bin/qa_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
|
|
2361
2361
|
].each do |cmd|
|
|
2362
2362
|
execute_command cmd
|
|
2363
2363
|
end
|