diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index a7a2865f9..a1ef776c2 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -24,8 +24,7 @@ steps: targetType: inline script: | FORKURI=$(curl -X GET "https://api.github.com/repos/$BUILD_REPOSITORY_NAME/pulls/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER" | jq -r '.head.repo.clone_url') - git clone "$FORKURI" . - git checkout "$SYSTEM_PULLREQUEST_SOURCEBRANCH" + git clone --single-branch -b "$SYSTEM_PULLREQUEST_SOURCEBRANCH" "$FORKURI" . - task: Bash@3 displayName: abort if just migrated diff --git a/server/src/FilterLists.Agent/FilterLists.Agent.csproj b/server/src/FilterLists.Agent/FilterLists.Agent.csproj index d77406904..7b2794870 100644 --- a/server/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/server/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -46,7 +46,7 @@ - + diff --git a/web/package-lock.json b/web/package-lock.json index d257e610b..8bb56fd90 100644 Binary files a/web/package-lock.json and b/web/package-lock.json differ