diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ea7a0e3..038e6e70 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,10 +39,6 @@ jobs: # path: $(YARN_CACHE_FOLDER) # displayName: Cache yarn - - - script: git submodule update --init --recursive --remote - displayName: Init submodules - - script: yarn set version from sources displayName: "Setup yarn" @@ -117,9 +113,6 @@ jobs: # path: $(YARN_CACHE_FOLDER) # displayName: Cache yarn - - script: git submodule update --init --recursive --remote - displayName: Init submodules - - script: yarn set version from sources displayName: "Setup yarn" @@ -177,9 +170,6 @@ jobs: versionSource: "fromFile" versionFilePath: ".nvmrc" - - script: git submodule update --init --recursive --remote - displayName: Init submodules - - script: yarn set version from sources displayName: "Setup yarn" @@ -231,9 +221,6 @@ jobs: versionSource: "fromFile" versionFilePath: ".nvmrc" - - script: git submodule update --init --recursive --remote - displayName: Init submodules - - script: yarn set version from sources displayName: "Setup yarn"