remove web from deplyed version

This commit is contained in:
Azlux 2020-06-21 16:54:06 +02:00
parent 10bcb2397f
commit 522f3397c6

View File

@ -20,6 +20,7 @@ steps:
image: debian
commands:
- rm -rf .git*
- rm -rf web
- tar -czf /tmp/botamusique/sources-testing.tar.gz .
volumes:
- name: repo
@ -49,6 +50,7 @@ steps:
image: debian
commands:
- rm -rf .git*
- rm -rf web
- tar -czf /tmp/botamusique/sources-stable.tar.gz .
volumes:
- name: repo