remove web from deplyed version
This commit is contained in:
parent
10bcb2397f
commit
522f3397c6
@ -20,6 +20,7 @@ steps:
|
|||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- rm -rf .git*
|
- rm -rf .git*
|
||||||
|
- rm -rf web
|
||||||
- tar -czf /tmp/botamusique/sources-testing.tar.gz .
|
- tar -czf /tmp/botamusique/sources-testing.tar.gz .
|
||||||
volumes:
|
volumes:
|
||||||
- name: repo
|
- name: repo
|
||||||
@ -49,6 +50,7 @@ steps:
|
|||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- rm -rf .git*
|
- rm -rf .git*
|
||||||
|
- rm -rf web
|
||||||
- tar -czf /tmp/botamusique/sources-stable.tar.gz .
|
- tar -czf /tmp/botamusique/sources-stable.tar.gz .
|
||||||
volumes:
|
volumes:
|
||||||
- name: repo
|
- name: repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user