File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ pytest_basetemp = "test_outputs"
6161// Configure artifactory ingest
6262data_config = new DataConfig()
6363data_config.server_id = 'bytesalad'
64- data_config.root = '${PYTEST_BASETEMP }'
64+ data_config.root = 'clone/${pytest_basetemp }'
6565data_config.match_prefix = '(.*)_result' // .json is appended automatically
6666
6767
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ pytest_basetemp = "test_outputs"
6161// Configure artifactory ingest
6262data_config = new DataConfig()
6363data_config.server_id = 'bytesalad'
64- data_config.root = '${PYTEST_BASETEMP }'
64+ data_config.root = 'clone/${pytest_basetemp }'
6565data_config.match_prefix = '(.*)_result' // .json is appended automatically
6666
6767
You can’t perform that action at this time.
0 commit comments