Cleanup should remove everyting that is not used
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Nikolai Rodionov 2023-04-24 17:09:23 +02:00
parent d7b9e1ce0a
commit 5d65d1042d
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ chomp @builds_out;
# ---------------------------------------
# -- Get a list of all commits + 'latest'
# ---------------------------------------
my $commits = "git fetch && git log --format=format:%H --all";
my $commits = "argocd app list -o yaml -l application=badhouseplants | yq '.[].metadata.labels.commit_sha'";
my @commits_out = `$commits`;
chomp @commits_out;
push @commits_out, 'latest';