Browse Source

builder: use base/artifacts for shipping build artifacts

Shiv Tyagi 10 months ago
parent
commit
6616780827
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/__main__.py

+ 1 - 1
builder/__main__.py

@@ -45,7 +45,7 @@ if __name__ == "__main__":
     )
 
     manager = BuildManager(
-        outdir=os.path.join(basedir, 'builds'),
+        outdir=os.path.join(basedir, 'artifacts'),
         redis_host=os.getenv('CBS_REDIS_HOST', default='localhost'),
         redis_port=os.getenv('CBS_REDIS_PORT', default='6379')
     )