Skip to content

Commit

Permalink
Remove duplicated entries in build file
Browse files Browse the repository at this point in the history
probably merge error
  • Loading branch information
LoneWanderer-GH committed Dec 2, 2021
1 parent a24b3ce commit 53db929
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/feature-branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 53db929

Please sign in to comment.