Skip to content
  • Jordan Petridіs's avatar
    build_manifest.py: Avoid making the CI variables global · 07a1480f
    Jordan Petridіs authored
    There are half of the variables compared to what was used before,
    and now they are only used once so its not needed for them anymore
    to be global.
    
    This allows running the tests without needing to pre-define them
    in your local environment, since the ones needed are mocked in the
    tests code anyway.
    07a1480f