Refactoring CI for storage with updates (#339)

* refactor CI
* fix depends for genpic CI
* fix paths for dfu files
* fix list of upload files
* add debug for upload
* bump version for docker-layer-caching
* edit opts for rsync
* Add clear remote dir
* Add bin file for upload
* Add new template for pic
* rm debug commands
* restore prod params for gen pic
* fix link to firmware
This commit is contained in:
rusdacent
2021-02-15 02:53:17 +03:00
committed by GitHub
parent 48191ea20a
commit 2ca70cc6a2
4 changed files with 59 additions and 90 deletions

View File

@@ -22,6 +22,7 @@ RUN apt update && \
python-pip \
python3 \
imagemagick \
srecord \
libstdc++-arm-none-eabi-newlib \
git \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*