Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 1, 2024
1 parent c4c1b58 commit d12ffc2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:
sudo mount -t nfs "${YOCTO_CACHE_HOST}:/" "${MOUNTPOINT}" -o fsc,nolock
mkdir -p conf
cat <<EOF >> conf/auto.conf
cat <<EOF >> ./build/conf/auto.conf
SSTATE_MIRRORS:prepend = "
file://.* file://${MOUNTPOINT}/$(whoami)/${MACHINE}/sstate/PATH"
Expand Down Expand Up @@ -491,7 +491,14 @@ jobs:
mkdir -p "${SHARED_BUILD_DIR}"
cat conf/auto.conf
./balena-yocto-scripts/build/balena-build.sh \
-d "${MACHINE}" \
-t "${{ secrets.BALENA_API_DEPLOY_KEY }}" \
-s "${SHARED_BUILD_DIR}" \
-g "${BARYS_ARGUMENTS_VAR} --dry-run"
find . -name local.conf
cat ./build/conf/auto.conf
./balena-yocto-scripts/build/balena-build.sh \
-d "${MACHINE}" \
Expand Down

0 comments on commit d12ffc2

Please sign in to comment.