Skip to content

Commit c5f8809

Browse files
committed
ci: set skopeo CI branch
We need to test against the right skopeo branch, while at it update the skopeo git url to the new org. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 1028d0c commit c5f8809

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hack/ci/runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SKOPEO_CI_BRANCH=main
3+
SKOPEO_CI_BRANCH=release-1.22
44

55
# This script is only intended to be run inside the Lima VM to configure it and start the tests.
66
# Do not run locally.
@@ -156,7 +156,7 @@ run_image_skopeo() {
156156
sudo podman umount --latest
157157
sudo podman rm --latest
158158

159-
git clone -b "$SKOPEO_CI_BRANCH" https://github.com/containers/skopeo.git "$SKOPEO_PATH"
159+
git clone -b "$SKOPEO_CI_BRANCH" https://github.com/podman-container-tools/skopeo.git "$SKOPEO_PATH"
160160
cd "$SKOPEO_PATH"
161161
go mod edit -replace "go.podman.io/storage=$GOSRC/storage"
162162
go mod edit -replace "go.podman.io/image/v5=$GOSRC/image"

0 commit comments

Comments
 (0)