Core: clean before push
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bertrand Benjamin 2023-07-15 19:04:39 +02:00
parent 7968cca378
commit 21777ba46e

View File

@ -51,8 +51,14 @@ steps:
# SSH_KEY: # SSH_KEY:
# from_secret: sshcontent-key # from_secret: sshcontent-key
# #
- name: Clean before push
image: alpine
commands:
- rm -r tools/ .* **/*.tex **/Evaluations/DS*
- name: Push Raw Minio - name: Push Raw Minio
image: plugins/s3 image: plugins/s3-sync:1
settings: settings:
bucket: raw bucket: raw
endpoint: https://storage.opytex.org endpoint: https://storage.opytex.org
@ -62,11 +68,4 @@ steps:
from_secret: minio_secret_key from_secret: minio_secret_key
source: ./**/* source: ./**/*
target: / target: /
exclude: ".gitignore"
exclude: ".git/"
exclude: "config"
exclude: "*/evaluations/DS*"
exclude: "tools/"
exclude: "*.rst"
exclude: "*.tex"
path_style: true path_style: true