Skip to content

Commit

Permalink
LRCI-2191 Use Docker for SQL Server as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yichenroy authored and brianchandotcom committed Apr 20, 2021
1 parent 06b1cd3 commit de86db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ protected void writeWorkspaceGitRepositoryPropertiesFiles() {

private static final Pattern _portalBatchNamePattern = Pattern.compile(
".*-(?<databaseName>(?<databaseType>db2|mariadb|mysql|oracle|" +
"postgresql|sybase)\\d+)(-.*|$)");
"postgresql|sqlserver|sybase)\\d+)(-.*|$)");
private static final Pattern _portalGitHubURLPattern = Pattern.compile(
"https://github.com/[^/]+/(?<gitRepositoryName>" +
"liferay-portal(-ee)?)/.*");
Expand Down

0 comments on commit de86db9

Please sign in to comment.