Skip to content

fix(release): invoke update_apt_repo.sh via bash — Permission denied fix (closes #98)#99

Merged
levleontiev merged 2 commits intomainfrom
fix/issue-98-script-permissions
Apr 2, 2026
Merged

fix(release): invoke update_apt_repo.sh via bash — Permission denied fix (closes #98)#99
levleontiev merged 2 commits intomainfrom
fix/issue-98-script-permissions

Conversation

@levleontiev
Copy link
Copy Markdown
Contributor

Fixes #98

Problem

The update-apt-repo job was failing with:

./edge-repo/bin/ci/update_apt_repo.sh: Permission denied

exit code 126 — the script lacks the executable bit in git, so the runner cannot execute it directly.

Fix

Prefix the call with bash so the script runs regardless of the file mode:

bash ./edge-repo/bin/ci/update_apt_repo.sh "$DEB_FILE" "./apt-repo" "$FINGERPRINT"

Also adds ## [v0.2.6] changelog entry.

@levleontiev levleontiev merged commit 4f92f6b into main Apr 2, 2026
10 checks passed
@levleontiev levleontiev deleted the fix/issue-98-script-permissions branch April 2, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

release: update_apt_repo.sh not executable — Permission denied in update-apt-repo job

1 participant