Skip to content

Commit

Permalink
fix: dev: Streamline the build process (II).
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Oct 13, 2024
1 parent 22a719f commit da0793f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Avro Tools Components for Build
run: make avro-tools-${{ env.AVRO_TOOLS_VERSION }}.jar avro-tools-${{ env.AVRO_TOOLS_VERSION }}.jar.asc

- name: Build and Push Images for Multiple Architectures
if: github.ref_name == env.MAIN_BRANCH || github.ref_name == env.DEVELOP_BRANCH
uses: docker/build-push-action@v6
Expand Down

0 comments on commit da0793f

Please sign in to comment.