fix: restore executable bit on scripts invoked directly by Dockerfile/CI

apps/web/Dockerfile invokes scripts/docker-link-repos.sh and
scripts/docker-package.sh directly (no bash prefix) - without +x this
fails immediately on any fresh clone/full rebuild. The same bug also
affects fetchdep.sh, get-version-from-git.sh, layered.sh,
normalize-version.sh, and playwright-common/playwright-screenshots.sh,
all invoked directly the same way by this repo's own GitHub Actions
workflows (build.yml, tests.yml, static_analysis.yaml, docs.yml) - so
this was also silently breaking CI, not just Docker builds.
This commit is contained in:
Thore Cimbal
2026-07-28 12:00:00 +00:00
parent 9c7ece2241
commit 1822fe80f0
7 changed files with 0 additions and 0 deletions
View File