From 496c18c1d7073a272ee4c9f92ff0efbcec3ce3fb Mon Sep 17 00:00:00 2001 From: Andrii Kirmas Date: Mon, 18 Oct 2021 23:29:21 +0300 Subject: [PATCH] Fix postfix in closure --- research/closure/result/result.json | 8 ++++---- research/closure/template/run.sh | 2 +- research/overwrite/result/result.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/research/closure/result/result.json b/research/closure/result/result.json index de92cb6..8180754 100644 --- a/research/closure/result/result.json +++ b/research/closure/result/result.json @@ -8,23 +8,23 @@ "INLINE_CATCH_INTERNAL_1": "", "INLINE_CATCH_INTERNAL_2": "", "INLINE_CATCH_ROOT": ".env", - "INLINE_CATCH_RUN": "", + "INLINE_CATCH_RUN": "run", "INTERNAL_1_CATCH_DOCKER": "", "INTERNAL_1_CATCH_EXPORT": "export", "INTERNAL_1_CATCH_INLINE": "", "INTERNAL_1_CATCH_INTERNAL_2": "", "INTERNAL_1_CATCH_ROOT": "", - "INTERNAL_1_CATCH_RUN": "", + "INTERNAL_1_CATCH_RUN": "run", "INTERNAL_2_CATCH_DOCKER": "", "INTERNAL_2_CATCH_EXPORT": "export", "INTERNAL_2_CATCH_INLINE": "", "INTERNAL_2_CATCH_INTERNAL_1": "", "INTERNAL_2_CATCH_ROOT": "", - "INTERNAL_2_CATCH_RUN": "", + "INTERNAL_2_CATCH_RUN": "run", "ROOT_CATCH_DOCKER": "", "ROOT_CATCH_EXPORT": "export", "ROOT_CATCH_INLINE": "", "ROOT_CATCH_INTERNAL_1": "", "ROOT_CATCH_INTERNAL_2": "", - "ROOT_CATCH_RUN": "" + "ROOT_CATCH_RUN": "run" } diff --git a/research/closure/template/run.sh b/research/closure/template/run.sh index ecfd50b..57be3e1 100755 --- a/research/closure/template/run.sh +++ b/research/closure/template/run.sh @@ -17,7 +17,7 @@ docker-compose run --rm \ ### envs_propagation > ../result/result.json -### +### docker-compose config | ../../yaml2json.js 'services/^/environment' > ../result/result.json set +x diff --git a/research/overwrite/result/result.json b/research/overwrite/result/result.json index eb948fc..28c6c50 100644 --- a/research/overwrite/result/result.json +++ b/research/overwrite/result/result.json @@ -16,5 +16,5 @@ "INTERNAL_1_OVERWRITE_RUN": ".file1", "INTERNAL_2_OVERWRITE_ROOT": ".env", "INTERNAL_2_OVERWRITE_RUN": ".file2", - "ROOT_OVERWRITE_RUN": ".env" + "ROOT_OVERWRITE_RUN": "run" }