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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user