Remove pietri_a expcetion
This commit is contained in:
parent
80147e449f
commit
9c1c537e3c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
|
|||
say "[ACU] Date courante: ", $glts;
|
||||
say "[ACU] Date fermeture: ", $close;
|
||||
|
||||
if ((Date_Cmp($glts, $open) == -1) or $ENV{'GL_USER'} eq "pietri_a")
|
||||
if ((Date_Cmp($glts, $open) == -1))
|
||||
{
|
||||
say "[ACU] Tag not allowed: upload not yet opened!";
|
||||
exit(4);
|
||||
|
|
Reference in a new issue