From ed3ac204ca9b669a0fb35ecc6c38e7f456db271c Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Wed, 20 Dec 2023 05:28:13 +0300 Subject: [PATCH] push.yml: pushing to see which error will be at this time... --- .github/workflows/push.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0a9347f6..7cc3590a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -106,26 +106,8 @@ jobs: upload_metadata: needs: [build, build_multi-lang] runs-on: ubuntu-20.04 - container: - image: alpine:3.16 steps: - - name: Install dependencies (apk) - run: apk add --no-cache findutils python3 py3-pip make git bash - - - name: Install dependencies (python) - run: python3 -m pip install bdflib - - - uses: actions/checkout@v4 - with: - submodules: true - - - name: Git ownership exception - run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE" - - - name: Git meta info - run: echo "GITHUB_CI_PR_SHA=${{github.event.pull_request.head.sha}}" >> "${GITHUB_ENV}" - - name: Download all prebuilts uses: actions/download-artifact@v4 with: @@ -133,9 +115,6 @@ jobs: merge-multiple: true - run: ls -R source/Hexfile - - name: Generate JSON files - run: for m in "TS100 TS80 TS80P Pinecil MHP30 Pinecilv2 S60 TS101 Pinecil_multi-lang Pinecilv2_multi-lang"; do ./source/metadata.py ${m}.json; done; - - name: Upload JSONs in bulk as metadata uses: actions/upload-artifact@v4 with: