Skip to content

Commit

Permalink
build: github action steps are executed in the same context?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Sep 20, 2024
1 parent 31b8a54 commit 427ae75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utilities/build/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if ! command -v docker 2>/dev/null; then
exit 1
fi

cd "$(dirname -- "$0")"
pushd "$(dirname -- "$0")"

echo "updating pi-gen"; {
test -d pi-gen || git clone https://github.com/RPi-Distro/pi-gen
Expand Down Expand Up @@ -34,3 +34,5 @@ echo "updating config"; {
echo "building"; {
bash pi-gen/build-docker.sh
}

popd

0 comments on commit 427ae75

Please sign in to comment.