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