Added a new test script.
Some checks failed
Release / release (push) Failing after 1m6s

This commit is contained in:
2025-08-04 22:09:23 +02:00
parent 9b0d1eceae
commit a2528e0526

13
run-test-2.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
if [ "-v" == "$1" ]; then
VERBOSE="--verbose"
shift
else
VERBOSE=""
fi
./build.sh
rm -rf docker_ca
build/lab-ca $VERBOSE --config docker_ca.hcl initca
build/lab-ca $VERBOSE --config docker_ca.hcl provision --file docker.hcl