Skip to content

Commit 0312fdd

Browse files
authored
Merge pull request #121 from joinhandshake/master
Work around script permission denied issue
2 parents 3272c9d + e1603d9 commit 0312fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docker \
3838
--volume "$PLUGIN_DIR/ruby:/src" \
3939
--env "BUILDKITE_PLUGIN_JUNIT_ANNOTATE_JOB_UUID_FILE_PATTERN=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_JOB_UUID_FILE_PATTERN:-}" \
4040
--env "BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAILURE_FORMAT=${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_FAILURE_FORMAT:-}" \
41-
ruby:2.5-alpine /src/bin/annotate /junits \
41+
ruby:2.5-alpine ruby /src/bin/annotate /junits \
4242
> "$annotation_path"
4343

4444
cat "$annotation_path"

0 commit comments

Comments
 (0)