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
I tried the proposed blog method and I run into an error I am not sure how to solve:
with:
name: sampling-app
path: .
env:
AZURE_WEBAPP_NAME: sampling-app
AZURE_WEBAPP_PACKAGE_PATH: .
RESOURCE_GROUP: zypp-general
PYTHON_VERSION: 3.8
pythonLocation: /opt/hostedtoolcache/Python/3.8.8/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.8/x64/lib
Starting download for sampling-app
Directory structure has been setup for the artifact
Total number of files that will be downloaded: 2000
events.js:187
throw er; // Unhandled 'error' event
^
Error: EACCES: permission denied, open '/home/runner/work/sampling-app/sampling-app/.git/objects/pack/pack-acef06006e22da059b09e712a877695fbd811483.idx'
Emitted 'error' event on WriteStream instance at:
at internal/fs/streams.js:294:12
at FSReqCallback.oncomplete (fs.js:146:23) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/home/runner/work/sampling-app/sampling-app/.git/objects/pack/pack-acef06006e22da059b09e712a877695fbd811483.idx'
}
I tried the proposed blog method and I run into an error I am not sure how to solve:
here is my YAML:
Is there anything I am doing wrong here? The error is hard for me to understand. Seems like a permission thing on folder level?
The text was updated successfully, but these errors were encountered: