]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Remove unnecessary chmod that fails on existing directory
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 15:22:04 +0000 (16:22 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 15:22:04 +0000 (16:22 +0100)
.github/workflows/integration-test.yml

index 63d1280906e9ee2057ef3228d2895afa6663c6b1..dafc56878dae119e2a39d9a78d418c09a997b5f3 100644 (file)
@@ -200,9 +200,8 @@ jobs:
 
           echo "Downloading corpus from: $CORPUS_URL"
 
-          # Create data directory with proper permissions for Docker container
+          # Create data directory for corpus
           mkdir -p data
-          chmod 777 data
 
           curl -L "$CORPUS_URL" -o data/corpus.zip