From b7614d3eb98e0a9421f2b5bfc8fa499b35792b34 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 29 Sep 2022 13:19:03 +0200 Subject: [PATCH] Add ci-clear-npm-cache --- ci-clear-npm-cache | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ci-clear-npm-cache diff --git a/ci-clear-npm-cache b/ci-clear-npm-cache new file mode 100755 index 0000000..e73e4d9 --- /dev/null +++ b/ci-clear-npm-cache @@ -0,0 +1,6 @@ +#!/bin/sh +set -eux +cd ~/upstream/cockpituous/ansible +for cloud in openstack_tasks e2e; do + ansible -f15 -i inventory -m shell -a 'podman exec cockpit-tasks-1 rm -rf /work/.npm/_cacache/' $cloud +done -- 2.39.2