]> piware.de Git - bin.git/commitdiff
ci-clear-npm-cache: Delete
authorMartin Pitt <martin@piware.de>
Thu, 29 Sep 2022 11:26:35 +0000 (13:26 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 29 Sep 2022 11:26:35 +0000 (13:26 +0200)
Moved to cockpituous:
https://github.com/cockpit-project/cockpituous/pull/521

ci-clear-npm-cache [deleted file]

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