We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2488cb commit 8a701c0Copy full SHA for 8a701c0
services/rabbit/Makefile
@@ -31,10 +31,10 @@ docker-compose.loadbalancer.yml: docker-compose.loadbalancer.yml.j2 \
31
### Node
32
33
.PRECIOUS: node0%.env
34
-node0%.env: template.node0x.env
+node0%.env: template.env
35
@set -o allexport; . $(REPO_CONFIG_LOCATION); set +o allexport; \
36
- export NODE_INDEX=$*; \
37
- envsubst < $< > $@
+ envsubst < $< > $@; \
+ echo NODE_INDEX=$* >> $@
38
39
.PRECIOUS: docker-compose.node0%.yml
40
docker-compose.node0%.yml: docker-compose.node0x.yml.j2 \
services/rabbit/template.node0x.env
0 commit comments