Skip to content

Commit 7cc9bca

Browse files
committed
e2e: fixed stream-to-cloudevent test
1 parent 5e0be6f commit 7cc9bca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • stackgres-k8s

stackgres-k8s/ci/build/ciw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ then
1919
-e HOME="$HOME" \
2020
-e PROMPT_COMMAND= \
2121
-e PROJECT_PATH="$(pwd)" \
22-
-v "$PROJECT_PATH:/project:rw" -w /project \
22+
-v "$PROJECT_PATH:$PROJECT_PATH:rw" -w "$PROJECT_PATH" \
2323
"$IMAGE" \
2424
sh -ec "$*"
2525
else

stackgres-k8s/e2e/spec/stream-to-cloudevent.files/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FROM registry.access.redhat.com/ubi8/nodejs-12
2020
COPY package*.json ./
2121

2222
# Use ci is faster and more reliable following package-lock.json
23+
RUN npm install
2324
RUN npm ci --only=production
2425

2526
# Doc port listening port

0 commit comments

Comments
 (0)