From c1cc27e92963aece7809634e6d7fd94729dbd5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 4 May 2022 10:46:59 +0200 Subject: [PATCH] MOBILE-4061 github: local_moodlemobileapp module is not needed anymore --- .github/workflows/performance.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2652fda51..ad4589bca 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -19,7 +19,6 @@ jobs: - name: Additional checkouts run: | git clone --branch master --depth 1 https://github.com/moodle/moodle $GITHUB_WORKSPACE/moodle - git clone --branch integration --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp $GITHUB_WORKSPACE/moodle/local/moodlemobileapp git clone --branch master --depth 1 https://github.com/moodlehq/moodle-docker $GITHUB_WORKSPACE/moodle-docker - name: Install npm packages run: |