mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-16 11:43:26 +00:00
remove test step (#3278)
This commit is contained in:
parent
e6767fccef
commit
b49bce97aa
6
.github/workflows/docker_release.yml
vendored
6
.github/workflows/docker_release.yml
vendored
@ -71,12 +71,6 @@ jobs:
|
|||||||
# Compare to latest
|
# Compare to latest
|
||||||
compare-to: ${{ steps.latest-version.outputs.release }}
|
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
|
# This step should only run when we release a new minor, so
|
||||||
# that we can tag the most recent image without the version number.
|
# 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`,
|
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user