From 53db9299d28219c45700a3882f17df26e013498a Mon Sep 17 00:00:00 2001 From: LoneWanderer-GH Date: Thu, 2 Dec 2021 10:04:01 +0100 Subject: [PATCH] Remove duplicated entries in build file probably merge error --- .github/workflows/feature-branch-build.yaml | 41 --------------------- 1 file changed, 41 deletions(-) diff --git a/.github/workflows/feature-branch-build.yaml b/.github/workflows/feature-branch-build.yaml index cbdb66b..3f7d7bb 100644 --- a/.github/workflows/feature-branch-build.yaml +++ b/.github/workflows/feature-branch-build.yaml @@ -94,47 +94,6 @@ jobs: with: name: ${{ env.ARTIFACT_NAME_BC }} path: ./zip/ - build-bc: - - runs-on: ubuntu-latest - - steps: - #- name: Dump GitHub context - # env: - # GITHUB_CONTEXT: ${{ toJSON(github) }} - # run: echo "$GITHUB_CONTEXT" - - - uses: actions/checkout@v1 - - - uses: BigWigsMods/packager@master - name: Build Classic - with: - args: -r ./zip -z -d -g classic - - - name: Name artifact with git hash - run: echo 'ARTIFACT_NAME=BC-${{ github.event.repository.name }}-'$(git -C ./zip show --no-patch --format="%H") >> $GITHUB_ENV - - - name: Store built zip - uses: actions/upload-artifact@v2 - with: - name : ${{ env.ARTIFACT_NAME }} - path: ./zip/ - - - env: - CF_API_KEY: ${{ secrets.CF_API_KEY }} - - deploy-bc: - needs: build-bc - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - - name: Get artifact - uses: actions/download-artifact@v2 - with: - name: ${{ env.ARTIFACT_NAME }} - path: ./zip/ build-retail: