From commits-return-21507-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Wed Oct 16 19:44:41 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2EF2C180680 for ; Wed, 16 Oct 2019 21:44:41 +0200 (CEST) Received: (qmail 56438 invoked by uid 500); 16 Oct 2019 19:44:40 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 56231 invoked by uid 99); 16 Oct 2019 19:44:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2019 19:44:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 86572811DF; Wed, 16 Oct 2019 19:44:39 +0000 (UTC) Date: Wed, 16 Oct 2019 19:44:46 +0000 To: "commits@airavata.apache.org" Subject: [airavata] 07/07: Reuse npm cache between builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: machristie@apache.org In-Reply-To: <157125507930.31316.12449506241876041442@gitbox.apache.org> References: <157125507930.31316.12449506241876041442@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airavata X-Git-Refname: refs/heads/staging X-Git-Reftype: branch X-Git-Rev: b0e15a581326ede8ffb6e23279ea8a3e4706eb31 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191016194439.86572811DF@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airavata.git commit b0e15a581326ede8ffb6e23279ea8a3e4706eb31 Author: Marcus Christie AuthorDate: Tue Oct 8 11:23:00 2019 -0400 Reuse npm cache between builds --- dev-tools/ansible/roles/django/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tools/ansible/roles/django/tasks/main.yml b/dev-tools/ansible/roles/django/tasks/main.yml index bba74f8..8170b81 100644 --- a/dev-tools/ansible/roles/django/tasks/main.yml +++ b/dev-tools/ansible/roles/django/tasks/main.yml @@ -95,6 +95,7 @@ detach: false volumes: - "{{ airavata_django_portal_tempdir.path }}:/code" + - "{{ lookup('env', 'HOME') }}/.npm:/root/.npm" run_once: true - name: rsync build Django code to {{ airavata_django_checkout }}