diff --git a/.drone.yml b/.drone.yml index 14b7e53..e1cac50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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