Try using chomp
instead of chop
in the uploader
This commit is contained in:
parent
add04f888b
commit
7545d28790
@ -9,8 +9,8 @@ my $main_bucket = "badhouseplants-minio:/badhouseplants-net-main";
|
||||
# -- I'm doing all of it because I can't undestand
|
||||
# -- how not to send 300Mb to the buildah context
|
||||
# --------------------------------------------------
|
||||
chop($git_branch);
|
||||
chop($git_commit_sha);
|
||||
chomp($git_branch);
|
||||
chomp($git_commit_sha);
|
||||
|
||||
print `cp -r . /tmp/$git_commit_sha` or die;
|
||||
|
||||
|
Reference in New Issue
Block a user