We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8484e15 commit 09b85b9Copy full SHA for 09b85b9
.github/workflows/ci.yml
@@ -303,7 +303,7 @@ jobs:
303
mkdir -p data/ssl
304
apt update -y
305
apt install openssl -y
306
- apt install curl
+ apt install curl -y
307
openssl version
308
openssl req -subj '/CN=nextcloud.local/C=NP/L=Pokhara' -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout ./data/ssl/nextcloud.local.key -out ./data/ssl/nextcloud.local.crt
309
ls ./data/ssl
0 commit comments