]> piware.de Git - bin.git/blobdiff - ci-clear-npm-cache
ci-clear-npm-cache: Delete
[bin.git] / ci-clear-npm-cache
diff --git a/ci-clear-npm-cache b/ci-clear-npm-cache
deleted file mode 100755 (executable)
index e73e4d9..0000000
+++ /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