summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-04 22:04:15 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-04 22:04:15 +0100
commit57ad195db87d75cfba745c4fa09b9002100fd695 (patch)
treeb8344e7e0802ae71ce5ad2600ec3bbca1eb85830
parentb1d05ff67c68982e8e45958821b7b91ded0c3e0f (diff)
downloadrabbitmq-server-git-57ad195db87d75cfba745c4fa09b9002100fd695.tar.gz
Revert "Again tweak update-rbe-images workflow"
This reverts commit a0c3714b1a92787faa62a3c9ecf6f69deb8f1d42.
-rw-r--r--.github/workflows/update-rbe-images.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/update-rbe-images.yaml b/.github/workflows/update-rbe-images.yaml
index f1909fae40..ff991f655c 100644
--- a/.github/workflows/update-rbe-images.yaml
+++ b/.github/workflows/update-rbe-images.yaml
@@ -26,11 +26,9 @@ jobs:
env:
IMAGE: pivotalrabbitmq/rabbitmq-server-buildenv
TAG: linux-erlang-${{ matrix.erlang_version }}
- PR_BRANCH: bump-rbe-image-${{ matrix.short_version }}
run: |
- git ls-remote --exit-code --heads origin ${PR_BRANCH} \
- && git fetch origin ${PR_BRANCH}:${PR_BRANCH} \
- && git switch ${PR_BRANCH}
+ git ls-remote --exit-code --heads origin bump-rbe-image-${{ matrix.short_version }} \
+ && git switch bump-rbe-image-${{ matrix.short_version }}
# buildbuddy caches the container image, so we must use a specific sha to ensure
# the latest is used