Skip to content

Commit

Permalink
bin/build-distro: make it easier to use relative path for YAML
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 25, 2024
1 parent b6844f0 commit 16c8828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-distro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ shift 5
CACHE_DIR="${TARGET}/cache"
mkdir -p "${CACHE_DIR}"

cp "${YAML}" "${TARGET}/image.yaml"
cd "${TARGET}"
cp "${YAML}" image.yaml

# Get lxd-imagebuilder path and create a serial.
BUILDER=$(command -v lxd-imagebuilder)
Expand Down

0 comments on commit 16c8828

Please sign in to comment.