From 70253c6b5f5641fd715caae1dcecb8cfbc3e9297 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Thu, 6 Jun 2024 16:13:21 +0200 Subject: [PATCH] remove it --- .github/workflows/release-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index c11070c6..cc526b70 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -62,7 +62,7 @@ jobs: - name: test new user Upload run: | - docker exec --env OC_PASS=myfancysecurepassword234 --user www-data -it nextcloud-container php occ user:add testuser --password-from-env + docker exec --env OC_PASS=myfancysecurepassword234 --user www-data nextcloud-container php occ user:add testuser --password-from-env echo 'X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*' > /tmp/eicar.com.txt curl --silent -u testuser:myfancysecurepassword234 -T /tmp/eicar.com.txt http://127.0.0.1/remote.php/dav/files/testuser/eicar.com.txt \ | grep -o "Virus EICAR-Test-File is detected in the file. Upload cannot be completed." \