Skip to content

Commit 794572b

Browse files
committed
CI: Exit on failure in update-ref.sh
If any part of the script failed, it would silently ignore it. These bash options will make it fail on the first error and print the commands as they are executed.
1 parent cbf4d84 commit 794572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-ref.sh

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

33
# Update the fetch-poky.sh script
44
FILE="scripts/fetch-poky.sh"

0 commit comments

Comments
 (0)