We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1519ac3 commit 51ae9d4Copy full SHA for 51ae9d4
2 files changed
ansible/link.yml
@@ -1,6 +1,7 @@
1
---
2
- hosts: mongo-navi
3
- hosts: rabbitmq
4
+- hosts: consul
5
6
- hosts: link
7
vars_files:
ansible/roles/builder/templates/basic_node/Dockerfile
@@ -22,12 +22,6 @@ RUN {{ command }}
22
{% endfor %}
23
{% endif %}
24
25
-# Add shrinkwrap from the current build context (`.` is the repo) first
26
-# If we change a non first-level dependency, this will break cache as expected
27
-{% if name in ['api', 'api-worker'] %}
28
-ADD ./repo/npm-shrinkwrap.json /{{ name }}/npm-shrinkwrap.json
29
-{% endif %}
30
-
31
# Add package.json from the current build context (`.` is the repo) second
32
ADD ./repo/package.json /{{ name }}/package.json
33
0 commit comments