Skip to content

Commit

Permalink
build: No moving of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Sep 20, 2024
1 parent ef8e77f commit 31b8a54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utilities/build/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ if ! command -v docker 2>/dev/null; then
exit 1
fi

current_directory=$PWD
cd "$(dirname -- "$0")"

echo "updating pi-gen"; {
Expand Down Expand Up @@ -34,6 +33,4 @@ echo "updating config"; {

echo "building"; {
bash pi-gen/build-docker.sh
cp pi-gen/deploy/*.xz ${starting_directory}/
ls ${starting_directory}/*xz
}

0 comments on commit 31b8a54

Please sign in to comment.