Skip to content

Commit

Permalink
apacheGH-41467: [CI][Release] Don't push conda-verify-rc image (apach…
Browse files Browse the repository at this point in the history
…e#41468)

### Rationale for this change

Because it uses ubuntu:20.04 image directly. We don't build our image for it.

### What changes are included in this PR?

Don't push an image for `conda-verify-rc`.

### Are these changes tested?

No.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41467

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed May 2, 2024
1 parent 3c67091 commit 49bf3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/verify-rc/github.linux.amd64.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-e TEST_{{ target|upper }}=1 \
{{ distro }}-verify-rc
{% if arrow.is_default_branch() %}
{% if arrow.is_default_branch() and distro != "conda" %}
{{ macros.github_login_dockerhub()|indent }}
- name: Push Docker Image
shell: bash
Expand Down

0 comments on commit 49bf3d9

Please sign in to comment.