11c3813d by Adam Heath

Fix status command.

1 parent 9f91eb25
...@@ -100,7 +100,7 @@ spec: ...@@ -100,7 +100,7 @@ spec:
100 containers: 100 containers:
101 - name: show-status 101 - name: show-status
102 image: bash 102 image: bash
103 command: ["bash", "-ex", "ls -al /tmp"] 103 command: ["bash", "-exc", "ls -Ral /tmp"]
104 volumeMounts: 104 volumeMounts:
105 - name: git-storage 105 - name: git-storage
106 mountPath: /tmp/git-storage 106 mountPath: /tmp/git-storage
......