Skip to content

Commit 64d8214

Browse files
committed
Fix ci/clean.sh permission denied.
Closes #1973.
1 parent d0a2d7e commit 64d8214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/clean.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash -x
22

33
set -euo pipefail
4+
chown -R 1001:1001 .
45

56
export JENKINS_USER=${JENKINS_USER_NAME}
67

0 commit comments

Comments
 (0)