[static-web] Exclude anything hidden file or directory
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] Exclude anything hidden file or directory
- Date: Mon, 31 Jan 2022 14:51:27 +0000 (UTC)
commit d0575277a0b003b8ef66c7ce53b99a4ff486afde
Author: Andrea Veri <averi redhat com>
Date: Mon Jan 31 15:51:19 2022 +0100
Exclude anything hidden file or directory
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 294b1ff..815b34a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ s3:
script:
- yum install rsync -y
- mkdir public
- - rsync -avz --exclude=*.doap --exclude=.git $CI_PROJECT_DIR public/
+ - rsync -avz --exclude=".*" $CI_PROJECT_DIR/* public/
- aws --version
- aws s3 rm s3://$S3_BUCKET --recursive
- aws s3 cp public s3://$S3_BUCKET --recursive
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]