From 6c6be615a01e1c9cf838a6288242ae3642ee5a05 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 29 Sep 2022 13:26:35 +0200 Subject: [PATCH] ci-clear-npm-cache: Delete Moved to cockpituous: https://github.com/cockpit-project/cockpituous/pull/521 --- ci-clear-npm-cache | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 ci-clear-npm-cache diff --git a/ci-clear-npm-cache b/ci-clear-npm-cache deleted file mode 100755 index e73e4d9..0000000 --- a/ci-clear-npm-cache +++ /dev/null @@ -1,6 +0,0 @@ -#!/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