From: Martin Pitt Date: Thu, 29 Sep 2022 11:26:35 +0000 (+0200) Subject: ci-clear-npm-cache: Delete X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=6c6be615a01e1c9cf838a6288242ae3642ee5a05 ci-clear-npm-cache: Delete Moved to cockpituous: https://github.com/cockpit-project/cockpituous/pull/521 --- 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