Skip to content

Commit

Permalink
Changed the script multi line chracter
Browse files Browse the repository at this point in the history
  • Loading branch information
dowster committed Mar 11, 2020
1 parent 026692a commit 45c2b72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ script:
- docker run --rm -v $PWD/code:/project -w /project espressif/idf:release-v4.0 idf.py build
- 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
before_deploy:
- |
tar -zcf e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz \\
code/build/partition_table/partition-table.bin \\
code/build/bootloader/bootloader.bin \\
code/build/e28-cluster.bin \\
- >-
tar -cvzf e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
code/build/partition_table/partition-table.bin
code/build/bootloader/bootloader.bin
code/build/e28-cluster.bin
pcb-design/pcb-design-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.pdf
deploy:
Expand Down

0 comments on commit 45c2b72

Please sign in to comment.