Skip to content

Commit d8a4832

Browse files
zwarewebknjaz
andauthored
Use stricter Bash options
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent cd23955 commit d8a4832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020
# directory or RTD configuration, or if we can't cleanly merge the base
2121
# branch.
2222
- |
23-
set -eux;
23+
set -eEuxo pipefail;
2424
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
2525
then
2626
base_branch=main;

0 commit comments

Comments
 (0)