Skip to content

Commit

Permalink
Update build-server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bellebaum authored Apr 1, 2022
1 parent 43a1931 commit 8837233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@master
- uses: actions/download-artifact@v2
with:
name: SBOM
- name: Build docker image
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit 8837233

Please sign in to comment.