You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a pkgmeta file is malformated yq in setup-packager.sh should fail (i.e. with set -eo pipefail) and not discard the error to /dev/null, to ease troubleshooting.
If a pkgmeta file is malformated
yqin setup-packager.sh should fail (i.e. withset -eo pipefail) and not discard the error to/dev/null, to ease troubleshooting.