prima-twig 0.54.18 → 0.54.19
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9704bab239770f682999da17f827b3c6138693a9e432d3fdca3cb896e275549a
|
|
4
|
+
data.tar.gz: 3506b378112236310ade762a22de8b3ab9acd7d6221a365a5a9666f8f6485369
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79e4821b393e81f17b69ab18c048a5780fcde8e610ba63994320cef9a8718d4f2e7eb72b59348f1025065f831ca9612f9724c6de1fff338188f2f8c83ddf1b50
|
|
7
|
+
data.tar.gz: c9a9ef257da8a7c6f642938b689eed94e19ad151eabd24b11f9c7abf1907a4431d5685b6f471e83c913e1efb3c2fd5bd531a83e9987db2012530f767914e3cc1
|
data/bin/twig-feature
CHANGED
|
@@ -2704,7 +2704,7 @@ class Release
|
|
|
2704
2704
|
|
|
2705
2705
|
decrypt_secrets() unless File.exist?('config/secrets.yml')
|
|
2706
2706
|
|
|
2707
|
-
|
|
2707
|
+
`mv docker-compose-ci.yml docker-compose.yml`
|
|
2708
2708
|
exec_step 'prepare-docker-compose --directory starsky && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2709
2709
|
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/ .env.dist.qa"
|
|
2710
2710
|
exec_step "cp .env.dist.qa .env"
|
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.54.
|
|
4
|
+
version: 0.54.19
|
|
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-10-
|
|
17
|
+
date: 2019-10-30 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|