Closed orionHong closed 2 years ago
We had 644 (rw-r--r--) before which is not executable. This causes CI to fail due to permission denied (link to failure).
could not start the process: fork/exec ./script/ci.sh: permission denied
This changes script/ci.sh to 755 (rwxr-xr-x). script/checkstyle is already 755 so no need to udpate.
script/ci.sh
script/checkstyle
We had 644 (rw-r--r--) before which is not executable. This causes CI to fail due to permission denied (link to failure).
This changes
script/ci.sh
to 755 (rwxr-xr-x).script/checkstyle
is already 755 so no need to udpate.