Skip to content

Commit 45c2b72

Browse files
committed
Changed the script multi line chracter
1 parent 026692a commit 45c2b72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ script:
88
- docker run --rm -v $PWD/code:/project -w /project espressif/idf:release-v4.0 idf.py build
99
- docker run --rm -v $PWD/pcb-design:/project -w /project registry.gitlab.com/dowster/eeshow:latest eeplot -o pcb-design-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.pdf schematic.pro
1010
before_deploy:
11-
- |
12-
tar -zcf e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz \\
13-
code/build/partition_table/partition-table.bin \\
14-
code/build/bootloader/bootloader.bin \\
15-
code/build/e28-cluster.bin \\
11+
- >-
12+
tar -cvzf e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
13+
code/build/partition_table/partition-table.bin
14+
code/build/bootloader/bootloader.bin
15+
code/build/e28-cluster.bin
1616
pcb-design/pcb-design-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.pdf
1717
1818
deploy:

0 commit comments

Comments
 (0)