Actions
Feature #89
closedwrite tool to easy removing old develop helm charts
Description
for i in $(gitlab -v project-package list --project-id 6 --package-name exphost-services|egrep "^(version|id)"|cut -f2 -d ":"|paste -s -d " \n"|grep "-"|awk '{print $1}'); do
echo $i; gitlab project-package delete --id $i --project-id 6;
done
pip install python-gitlab
Updated by Anonymous almost 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset exphost-core:scripts|53c77f651474b092ae7a6a1782fcfc4a5e8928de.
Actions