We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac5fca8 + 3a73724 commit 740f23fCopy full SHA for 740f23f
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