File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
core/src/main/python/wlsdeploy/tool/discover Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- Copyright (c) 2017, 2021 , Oracle Corporation and/or its affiliates.
2
+ Copyright (c) 2017, 2022 , Oracle Corporation and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
"""
5
5
import glob
@@ -109,6 +109,7 @@ def get_domain_libs(self):
109
109
def get_user_env_scripts (self ):
110
110
"""
111
111
Look for the user overrides scripts run in setDomainEnv in the domain bin directory
112
+ If discover is running with the -target <type> do not collect the domainBin scripts
112
113
:raise: DiscoverException: an unexpected exception occurred writing a jar file to the archive file
113
114
"""
114
115
_method_name = 'get_user_env_scripts'
You can’t perform that action at this time.
0 commit comments