prima-twig 0.48.19 → 0.48.20
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 +3 -0
- 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: 7526309094e6a831b2b99400ccb23826a42d317a7fc18b62efc6496947582654
|
|
4
|
+
data.tar.gz: bad6f874fd60029d6313ae7db9676643a972bb3d872b348629aaaca91b0c4b0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a5d1d439913a4f1dba6f8fa06cf373d0b5c88d5c5dd87013c060197c18c42be2bb51e23e31b9e206fcf26962377773bfe2d6ab3cc456d6c9eb3eedfeeb45bb5
|
|
7
|
+
data.tar.gz: 131aaa17591b63bde9db81dd3f60fdb146b4e122341b792b1c3abf2feeac877156e9346412d9a34168646dea76e33cb8c8c8e8819e9f7c71e200da1713af7ebb
|
data/bin/twig-feature
CHANGED
|
@@ -869,6 +869,9 @@ class Release
|
|
|
869
869
|
`git pull && git submodule init && git submodule update`
|
|
870
870
|
@ami_id = get_ami_id("ecs-fleet-allinone-staging")
|
|
871
871
|
deploy_id = calculate_deploy_id
|
|
872
|
+
echo `git branch`
|
|
873
|
+
echo `git rev-parse --abbrev-ref HEAD`
|
|
874
|
+
echo deploy_id
|
|
872
875
|
stack_name_alb = 'ecs-alb-http-public-qa-' + deploy_id[0..5]
|
|
873
876
|
stack_name_alb_ws = 'ecs-alb-ws-public-qa-' + deploy_id[0..5]
|
|
874
877
|
unless @qainit
|