Skip to content

Commit

Permalink
DO NOT MERGE: test without Jenkins NFS
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 6, 2024
1 parent 826c5d9 commit bcc9da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ jobs:
echo "BARYS_ARGUMENTS_VAR=${BARYS_ARGUMENTS_VAR}" >>"${GITHUB_ENV}"
- name: Mount shared NFS cache
if: vars.YOCTO_CACHE_HOST && contains(fromJSON(inputs.build-runs-on), 'self-hosted')
if: !vars.YOCTO_CACHE_HOST && contains(fromJSON(inputs.build-runs-on), 'self-hosted')

Check failure on line 449 in .github/workflows/yocto-build-deploy.yml

View workflow job for this annotation

GitHub Actions / Flowzone / Lint workflows

could not parse as YAML: yaml: line 449: did not find expected alphabetic or numeric character
continue-on-error: true
id: jenkins-nfs
env:
Expand Down

0 comments on commit bcc9da6

Please sign in to comment.