[static-web] Re-add the .doap rule
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] Re-add the .doap rule
- Date: Mon, 31 Jan 2022 14:59:32 +0000 (UTC)
commit c35d3669946b3d72aa69f585a3d70c58015b532d
Author: Andrea Veri <averi redhat com>
Date: Mon Jan 31 15:59:23 2022 +0100
Re-add the .doap rule
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 815b34a..a45551b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ s3:
script:
- yum install rsync -y
- mkdir public
- - rsync -avz --exclude=".*" $CI_PROJECT_DIR/* public/
+ - rsync -avz --exclude=".*" --exclude=*.doap $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]