Skip to content

Commit 8f820e5

Browse files
committed
XXX: cross-test against images fork
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
1 parent b339b74 commit 8f820e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Schutzfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"common": {
33
"dependencies": {
44
"images": {
5-
"ref": "86fa680b70efb2c1d6360abbc021a097fb5e3da8"
5+
"ref": "HMS-10336"
66
}
77
}
88
}

test/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55
REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
66
IMAGES_DIR="${REPO_ROOT}/_images"
77

8-
IMAGES_REPO_URL="${IMAGES_REPO_URL:-https://github.com/osbuild/images.git}"
8+
IMAGES_REPO_URL="${IMAGES_REPO_URL:-https://github.com/thozza/osbuild-images.git}"
99

1010
# Read the images library ref from Schutzfile
1111
IMAGES_REF=$(jq -r '.common.dependencies.images.ref' "${REPO_ROOT}/Schutzfile")

0 commit comments

Comments
 (0)