fix(e2e): add chmod +x for scripts to fix permission denied error

Git does not preserve execute permissions on CI runners. Adding explicit chmod step before running deploy/teardown scripts fixes exit code 126.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-05 16:07:39 +00:00
committed by Hugh Hackman [agent]
parent ba14337645
commit b84dc6b94e
+3
View File
@@ -88,6 +88,9 @@ jobs:
- name: Build plugin
run: npx @kinvolk/headlamp-plugin build
- name: Make scripts executable
run: chmod +x scripts/deploy-e2e-headlamp.sh scripts/teardown-e2e-headlamp.sh
- name: Deploy E2E Headlamp instance
run: scripts/deploy-e2e-headlamp.sh