Skip to content
  • intrigeri's avatar
    Fix GitLab needs_validation query code · 728d5551
    intrigeri authored
    I see these scripts fail on Jenkins with:
    
      ValueError: Invalid header value b'SECRET\n'
                                               ^^
    
    I suppose that's because our apikey file has a trailing newline.
    So let's strip trailing whitespace after reading that file.
    728d5551