Skip to content

Commit 8b0ddd6

Browse files
committed
Remove uid_entrypoint from container command.
1 parent f0b547d commit 8b0ddd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
image: akurtakov/linuxtools-build-test-dependencies:latest
1818
imagePullPolicy: "Always"
1919
tty: true
20-
command: [ "uid_entrypoint", "cat" ]
20+
command: [ "cat" ]
2121
resources:
2222
requests:
2323
memory: "2Gi"

0 commit comments

Comments
 (0)