Skip to content

Commit

Permalink
Fix ci/clean.sh permission denied. (#1974)
Browse files Browse the repository at this point in the history
Closes #1973.
  • Loading branch information
mikereiche authored Oct 3, 2024
1 parent d0a2d7e commit 13d3994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/clean.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -x

set -euo pipefail
chown -R 1001:1001 .

export JENKINS_USER=${JENKINS_USER_NAME}

Expand Down

0 comments on commit 13d3994

Please sign in to comment.