Skip to content

Commit 6ade5e2

Browse files
authored
Make bash script exit on error
Signed-off-by: Eric Deandrea <[email protected]>
1 parent 0918895 commit 6ade5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get-current-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -e
22

33
echo "Fetching latest pages deployment..."
44

0 commit comments

Comments
 (0)