prima-twig 0.54.31 → 0.54.32
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3123229347a565a087c068a54c267ac4851b6d67f54c1efbd81db9ee1747461e
|
|
4
|
+
data.tar.gz: c5413bacb97178f49349c06216c42e7d92f3f6110e20a02d204c4c07ed42e220
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dacda70f67610bc297c53b6e618f1f5caceb73a3e5d96151e7ac08ba9266e43482b55592cb51bd6d8368629e704f1eca5cf59f619db7ea82f98a97aa9f99ab99
|
|
7
|
+
data.tar.gz: 24b8dd710dc53176b8de32ab58b98f700642f3138dce0cda145df6aed27d3564762515f2923305f0bc626d7173974b0aefc77a70cde335f572e7726afd376471
|
data/bin/twig-feature
CHANGED
|
@@ -2449,7 +2449,7 @@ class Release
|
|
|
2449
2449
|
|
|
2450
2450
|
decrypt_secrets() unless File.exist?('config/secrets.yml')
|
|
2451
2451
|
|
|
2452
|
-
exec_step 'git submodule update'
|
|
2452
|
+
exec_step 'git submodule update --init'
|
|
2453
2453
|
exec_step 'cp docker-compose-ci.yml docker-compose.yml'
|
|
2454
2454
|
exec_step 'prepare-docker-compose --directory hutch && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2455
2455
|
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/ .env.dist.qa"
|