From 2be85bfe44aad2bff5f35e1a121f9f0456f8a5db Mon Sep 17 00:00:00 2001 From: yuzumi <157438148+yuzumi86@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:35:57 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd7bbdbf..0f775fec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,32 +141,7 @@ jobs: git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" # Test Your Personal 'Local Manifests' against The ROM - - name: Test Local Manifests - if: ${{ github.event.inputs.BUILD_DIFFERENT_ROM != 'skip' }} - run: | - rm -rf tester - mkdir tester - cd tester - if [ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]; then - $REPO_INIT - else - ${{ github.event.inputs.BUILD_DIFFERENT_ROM }} - fi - git clone ${{ github.event.inputs.LOCAL_MANIFEST }} --depth 1 -b ${{ github.event.inputs.LOCAL_MANIFEST_BRANCH }} .repo/local_manifests && \ - - if [ ! $? == 0 ]; then \ - curl -o .repo/local_manifests ${{ github.event.inputs.LOCAL_MANIFEST }}; \ - echo "Git clone failed, downloading through curl instead..."; \ - fi \ - timeout 1m repo sync --force-sync || { exit_code=$?; [ $exit_code -eq 124 ] || (echo "Error: Process failed with exit code $exit_code"; exit $exit_code); } - du -csh . # Output Size when done - rm -rf .repo - timeout-minutes: 10 - outputs: - PROJECTFOLDER: ${{ needs.prepare.outputs.PROJECTFOLDER }} - PROJECTID: ${{ needs.prepare.outputs.PROJECTID }} - REPO_INIT: ${{ needs.prepare.outputs.REPO_INIT }} build: name: Build using foss.crave.io