Set default repo to o3de

Using env prevents setting different repos in a single instance. This will need to be set in another way.
This commit is contained in:
Brian Herrera
2021-04-09 08:30:29 -07:00
committed by GitHub
parent ae62a97894
commit 69fdd42d59
+1 -1
View File
@@ -16,7 +16,7 @@ INCREMENTAL_BUILD_SCRIPT_PATH = 'scripts/build/bootstrap/incremental_build_util.
EMPTY_JSON = readJSON text: '{}'
ENGINE_REPOSITORY_NAME = env.DEFAULT_REPOSITORY_NAME
ENGINE_REPOSITORY_NAME = 'o3de'
def pipelineProperties = []