Skip to content

Commit 740f23f

Browse files
committed
Merge pull request #417 from CodeNow/remove-shrinkwrap-from-api
Isolation requirements
2 parents ac5fca8 + 3a73724 commit 740f23f

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

ansible/link.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- hosts: mongo-navi
33
- hosts: rabbitmq
4+
- hosts: consul
45

56
- hosts: link
67
vars_files:

ansible/roles/builder/templates/basic_node/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ RUN {{ command }}
2222
{% endfor %}
2323
{% endif %}
2424

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-
3125
# Add package.json from the current build context (`.` is the repo) second
3226
ADD ./repo/package.json /{{ name }}/package.json
3327

0 commit comments

Comments
 (0)