Skip to content

Commit 356764a

Browse files
committed
Ensure correct permissions assigned to junit-output dir
1 parent fde2e92 commit 356764a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN apt-get clean -y && \
1111
WORKDIR /usr/src/app
1212

1313
COPY package*.json .
14-
RUN npm install --production=false
14+
RUN npm install --omit=dev
1515

1616
COPY . .

.buildkite/run-client.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ 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"
2423
docker run \
2524
-e "ELASTICSEARCH_URL" \
2625
-e "ES_API_SECRET_KEY" \

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ npm-debug.log
33
.git
44
.nyc_output
55
lib
6+
junit-output

0 commit comments

Comments
 (0)