Skip to content

Commit

Permalink
Add a "set -e" to the dind-sidecar test script.
Browse files Browse the repository at this point in the history
I was bitten by this test not having one, when the "docker build"
failed but we continued on executing anyway. I did a cursory look
at the other tests, and they either already have this or are so
short/simple that it doesn't matter.

Ref tektoncd#3628
  • Loading branch information
Dan Lorenc committed Dec 11, 2020
1 parent bff0ba0 commit ee73bd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/v1alpha1/taskruns/dind-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ spec:
- name: DOCKER_CERT_PATH
value: /certs/client
script: |
#!/usr/bin/env sh
# Run a Docker container.
docker run busybox echo hello
Expand Down
1 change: 0 additions & 1 deletion examples/v1beta1/taskruns/dind-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ spec:
- name: DOCKER_CERT_PATH
value: /certs/client
script: |
#!/usr/bin/env sh
# Run a Docker container.
docker run busybox echo hello
Expand Down

0 comments on commit ee73bd8

Please sign in to comment.