Skip to content

Commit

Permalink
main.yml: Switch to old manifest tester logic from AmogOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 15, 2024
1 parent aa2c282 commit a316e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if [ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" != "echo "Build Starting!"" ]; then
${{ github.event.inputs.BUILD_DIFFERENT_ROM }}
git clone ${{ github.event.inputs.LOCAL_MANIFEST }} --depth 1 -b ${{ github.event.inputs.LOCAL_MANIFEST_BRANCH }} .repo/local_manifests && \
timeout 2m repo sync --force-sync || { exit_code=$?; [ $exit_code -eq 124 ] || (echo "Error: Process failed with exit code $exit_code"; exit $exit_code); }
timeout 1m repo sync || true
else
${{ github.event.inputs.BUILD_DIFFERENT_ROM }}
fi
Expand Down

0 comments on commit a316e49

Please sign in to comment.