Skip to content

Commit

Permalink
Fix postfix in closure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kirmas committed Oct 18, 2021
1 parent fc01c53 commit 496c18c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions research/closure/result/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion research/closure/template/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker-compose run --rm \
### <vars id=EXPORT prefix=-e postfix=\ />
envs_propagation > ../result/result.json

### <vars type=run value=run id=RUN/>
### <vars type=run value=run id=RUN postfix=\ />
docker-compose config | ../../yaml2json.js 'services/^/environment' > ../result/result.json

set +x
Expand Down
2 changes: 1 addition & 1 deletion research/overwrite/result/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 496c18c

Please sign in to comment.