Skip to content

Commit 734b511

Browse files
authored
Update existing server ID in build configuration
1 parent 5e7c0b5 commit 734b511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
ROOT_SUFFIX=dc=openam,dc=example,dc=org
184184
DS_DIRMGRDN=cn=Directory Manager
185185
DS_DIRMGRPASSWD=password
186-
existingserverid=http://openam1.example.org:8080
186+
existingserverid=http://openam.example.org:8080
187187
LB_SITE_NAME=lb
188188
LB_PRIMARY_URL=http://lb.example.org:80/openam
189189
" > conf.file && java -jar openam-configurator-tool*.jar --file conf.file'

0 commit comments

Comments
 (0)