Skip to content

Commit 0078b1a

Browse files
committed
Put permissions back for integration test runner
1 parent 1cc8735 commit 0078b1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/run-client.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ echo "--- :javascript: Running tests"
2020
GITHUB_TOKEN=$(vault read -field=token "$GITHUB_TOKEN_PATH")
2121
export GITHUB_TOKEN
2222

23+
mkdir -p "$repo/junit-output"
2324
docker run \
25+
-u "$(id -u):$(id -g)" \
2426
-e "ELASTICSEARCH_URL" \
2527
-e "ES_API_SECRET_KEY" \
2628
-e "GITHUB_TOKEN" \

0 commit comments

Comments
 (0)