prima-twig 0.50.80 → 0.50.81
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 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c746e35c5ecaaed9980db02f720270f23ed5f5eea50a053b5ce81133e17cfbed
|
|
4
|
+
data.tar.gz: 79363594ee843f7ca8e9c9292de813aa16b174b9a6eda94e97919fdb50f5f046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abfe767948e8191756592dd1114b6d473f0d72da2224daa9beea073c44cb71e3341d3f62826733ec279c7be9d13b0ff41ff7a230a4f9995f75728388570f448e
|
|
7
|
+
data.tar.gz: 9e185d90d6d76738788c020c0bd04fd0ae82f2a4387476ba85b489d5cc3f2cad1d8a927d8f410fb79afba75c95b68d393ce2858f08c076bd97326164225236c8
|
data/bin/twig-feature
CHANGED
|
@@ -2579,6 +2579,7 @@ class Release
|
|
|
2579
2579
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2580
2580
|
exec_step 'prepare-docker-compose --directory starsky && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2581
2581
|
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/ .env.dist.qa"
|
|
2582
|
+
exec_step "cp .env.dist.qa .env"
|
|
2582
2583
|
|
|
2583
2584
|
[
|
|
2584
2585
|
"sed -i 's/USER app/USER root/g' Dockerfile",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.50.
|
|
4
|
+
version: 0.50.81
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-09-
|
|
17
|
+
date: 2019-09-16 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|