summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-03 15:35:10 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-03 15:35:42 +0100
commit8c0a4c83c7e7ff087baf5105305c29891b9b4d85 (patch)
tree7937b4a3264ce4054ac0e7b5df6d9a4c92e1cda1
parent7b00a1a5180873ef6b9a3dcc2b88847568db9f72 (diff)
downloadrabbitmq-server-git-8c0a4c83c7e7ff087baf5105305c29891b9b4d85.tar.gz
Tweak update-rbe-images workflow
-rw-r--r--.github/workflows/update-rbe-images.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-rbe-images.yaml b/.github/workflows/update-rbe-images.yaml
index b78caa4e82..ff991f655c 100644
--- a/.github/workflows/update-rbe-images.yaml
+++ b/.github/workflows/update-rbe-images.yaml
@@ -28,7 +28,7 @@ jobs:
TAG: linux-erlang-${{ matrix.erlang_version }}
run: |
git ls-remote --exit-code --heads origin bump-rbe-image-${{ matrix.short_version }} \
- && git checkout 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