Skip to content

Commit 8995a29

Browse files
committed
tools/ci: Fix typo of pipefail.
Regression from 449866c. Signed-off-by: Angus Gratton <[email protected]>
1 parent 13d4975 commit 8995a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function ci_esp32_build_c2_c6 {
241241
function ci_esp8266_setup {
242242
sudo pip3 install pyserial esptool==3.3.1 pyelftools ar
243243
wget https://micropython.org/resources/xtensa-lx106-elf-standalone.tar.gz
244-
(set -o pipefile; zcat xtensa-lx106-elf-standalone.tar.gz | tar x)
244+
(set -o pipefail; zcat xtensa-lx106-elf-standalone.tar.gz | tar x)
245245
# Remove this esptool.py so pip version is used instead
246246
rm xtensa-lx106-elf/bin/esptool.py
247247
}

0 commit comments

Comments
 (0)