Skip to content

Commit 42d1877

Browse files
Ensure inability to list file doesn't cause 'ls' to fail deployment.
1 parent 9d745d3 commit 42d1877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.s2i/action_hooks/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ fi
3737

3838
echo " -----> Contents of the current working directory after build run."
3939

40-
ls -lasR .
40+
ls -lasR . || true

0 commit comments

Comments
 (0)