content: Fix a typo
This commit is contained in:

committed by
Nikolai Rodionov

parent
2d58aa37ee
commit
b4b0bf883b
@ -26,11 +26,10 @@ chomp @builds_out;
|
||||
# ---------------------------------------
|
||||
# -- Get a list of all commits + 'latest'
|
||||
# ---------------------------------------
|
||||
my $commits = "git log --format=format:%H --all";
|
||||
my $commits = "git fetch && git log --format=format:%H --all";
|
||||
my @commits_out = `$commits`;
|
||||
chomp @commits_out;
|
||||
push @commits_out, 'latest';
|
||||
|
||||
# ---------------------------------------
|
||||
# -- Compare builds to commits
|
||||
# -- And remove obsolete imgages from
|
||||
|
Reference in New Issue
Block a user