From 24b62cb713228cef8f489f96c3918d5b8a9931ec Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:29:23 +0100 Subject: [PATCH] Update ci --- azure-pipelines.yml | 13 ------------- 1 file changed, 13 deletions(-) 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"