Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix url for image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Oct 18, 2023
1 parent 326cc58 commit 06d853d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gardenlinux/features/ostreeImage/image.ostree.raw
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ OSTREE_REF="gardenlinux/today/$BUILDER_ARCH"

# REPO_CNAME=$(echo $BUILDER_CNAME | sed 's/Image/Repo/g')
# FIXME proper name building
REPO_CNAME=kvm_curl_dev-ostreeRepo-${BUILDER_ARCH}-today

REPO_CNAME=kvm-ostreeRepo_curl_dev-${BUILDER_ARCH}-today
REMOTE_NAME="$REPO_CNAME".ostreeRepo
REMOTE_ARCHIVE_NAME="$REMOTE_NAME.tar.gz"
REMOTE_URL="http://ostree.gardenlinux.io"
Expand Down

0 comments on commit 06d853d

Please sign in to comment.