X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=ci-clear-npm-cache;fp=ci-clear-npm-cache;h=0000000000000000000000000000000000000000;hp=e73e4d9cdcdd3793718ce70ef976049b3d43e092;hb=6c6be615a01e1c9cf838a6288242ae3642ee5a05;hpb=b7614d3eb98e0a9421f2b5bfc8fa499b35792b34 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