Skip to content

Commit

Permalink
remove test step
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 26, 2022
1 parent cc074f4 commit ce36be8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ jobs:
# Compare to latest
compare-to: ${{ steps.latest-version.outputs.release }}

- name: Use latest
if: steps.version.outputs.comparison-result == '>'
run: |
echo ${{ steps.version.outputs.comparison-result }};
echo ${{ steps.latest-version.outputs.release }};
# This step should only run when we release a new minor, so
# that we can tag the most recent image without the version number.
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,
Expand Down

0 comments on commit ce36be8

Please sign in to comment.