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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5aaa769fab352b25b119f9ee627f828171994d66509a4b6ec59518794b413a2
4
- data.tar.gz: 379f89d95659a73830f3499210b277f10e20a6b3688929a3be145882b692ed72
3
+ metadata.gz: 9704bab239770f682999da17f827b3c6138693a9e432d3fdca3cb896e275549a
4
+ data.tar.gz: 3506b378112236310ade762a22de8b3ab9acd7d6221a365a5a9666f8f6485369
5
5
  SHA512:
6
- metadata.gz: 288d6eedd179cdd61603dfd6f2646e665411cf5c0b388855c34f5af4e23bf100a61b2fec97c2f1332a96261845ed4685c312b27693d57b1fb2cf76db8cccd02b
7
- data.tar.gz: 3617b1802d1543848641758199ef1500abb5c695be24d72a9926c77d1232f009cd52e3faa901711997dbf4df6208753851cf0f816ec2a1e151a487ce0d013134
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
- exec_step 'cp docker-compose.yml docker-compose-ci.yml'
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.18
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-29 00:00:00.000000000 Z
17
+ date: 2019-10-30 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk