]> piware.de Git - bin.git/blob - ci-clear-npm-cache
e73e4d9cdcdd3793718ce70ef976049b3d43e092
[bin.git] / ci-clear-npm-cache
1 #!/bin/sh
2 set -eux
3 cd ~/upstream/cockpituous/ansible
4 for cloud in openstack_tasks e2e; do
5     ansible -f15 -i inventory -m shell -a 'podman exec cockpit-tasks-1 rm -rf /work/.npm/_cacache/' $cloud
6 done