Set default repo to o3de

Using env prevents setting different repos in a single instance. This will need to be set in another way.
main
Brian Herrera 5 years ago committed by GitHub
parent ae62a97894
commit 69fdd42d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = []

Loading…
Cancel
Save