Skip to content

Commit 6ade5e2

Browse files
authored
Make bash script exit on error
Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
1 parent 0918895 commit 6ade5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)