Skip to content

Commit dcc1f74

Browse files
committed
[werft] run-integration-tests: Log output
1 parent d2c0dc3 commit dcc1f74

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.werft/run-integration-tests.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ pod:
1717
workingDir: /workspace
1818
imagePullPolicy: Always
1919
command:
20-
- /entrypoint.sh
21-
- -kubeconfig=in-cluster
22-
- -namespace={{ .Annotations.namespace }}
20+
- sh
21+
- -c
22+
- |
23+
apk add moreutils
24+
/entrypoint.sh -kubeconfig=in-cluster -namespace={{ .Annotations.namespace }} 2>&1 | ts "[int-tests] "
25+
echo "[int-tests|DONE]"

0 commit comments

Comments
 (0)